0.1.9 • Published 6 years ago

ar4h v0.1.9

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

ar4h

This module provides a very simple Active Record implementation in NodeJS for SAP HANA DB

The change log describes notable changes in this package.

Usage

const db = require('ar4h').ar4h();

const get = () => {
    db.find('users', ['name', 'email'], {user: 'test'})
        .then((user) => {
            console.log(user);
        });
}
0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.0.1

6 years ago