elefrant-orm

0.2.3 • Public • Published

Elefrant ORM

wercker status

Dependency Status

Install

$ npm install --save elefrant-orm

Usage

Elefrant orm connect Waterline ORM with Elefrant Framework

var orm = require('elefrant-orm');
 
var options = {
adapters: {/* .. Adapter .. */},
connections: {/* .. Connections .. */},
collections: {/* .. Collections .. */},
};
 
orm(options, function (err, models) {
    if (err) {
        console.log(err);
    } else {
        // Get models
        // models.connections & models.collections
        console.log(models);
    }
});

License

MIT © Elefrant

Package Sidebar

Install

npm i elefrant-orm

Weekly Downloads

2

Version

0.2.3

License

MIT

Last publish

Collaborators

  • marsanla