0.2.3 • Published 9 years ago

elefrant-orm v0.2.3

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

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