0.1.9 • Published 7 years ago

ar4h v0.1.9

Weekly downloads
2
License
MIT
Repository
github
Last release
7 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

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.0.1

7 years ago