Skip to content
This repository was archived by the owner on Sep 28, 2024. It is now read-only.

Repository files navigation

Elefrant ORM

wercker status

Dependency Status

Install

$ npm install --save elefrant-orm

Usage

Elefrant 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);}});

License

MIT © Elefrant

About

ORM connections between waterline and Elefrant Framework

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages