Piranha is a super fantastic solution for implementing the amazing Waterline ORM into non-Sails Node apps.
Install
$ npm install --save pirahna
Usage
var piranha = ; var collections = user: connection: 'tmp' attributes: 'name': 'string' 'env': 'string' ; var connections = tmp: adapter: 'sails-disk' ; ;
License
Apache 2.0 © Joshua Beitler