1.0.1 • Published 4 years ago

flujos v1.0.1

Weekly downloads
4
License
BSD-3-Clause
Repository
github
Last release
4 years ago

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.

1.0.1

4 years ago

1.0.0

4 years ago