flujos
v1.0.1
Published
A general database independent model crud library
Downloads
3
Readme
Any database, only one way.
Now you can perform any action platform and database independently.
Flujos is the middle in between you and your database engine.
Install
To add to your project, using NPM, just open a terminal/batch and:
Adding a database engine
In your backend, just require the library and the database engine, then, create an object.
var users = new Flujos('users', FlujosPouchDBEngine, {sync: true});
Docs
There are no documentation yet, you can just, get started by get a deep look into the library to see all methods available.
Help, please!
Help needed!
Please, consider to help to create the docs and dbengines, to get started, take a look on the boilerplate.