$ npm install --save elefrant-ormElefrant orm connect Waterline ORM with Elefrant Framework
varorm=require('elefrant-orm');varoptions={adapters: {/* .. Adapter .. */},connections: {/* .. Connections .. */},collections: {/* .. Collections .. */},};orm(options,function(err,models){if(err){console.log(err);}else{// Get models// models.connections & models.collectionsconsole.log(models);}});MIT © Elefrant