JugglingDB
- cross-database ORM for nodejs and browser
JugglingDB is cross-db ORM for nodejs, providing common interface to access most popular database formats. Currently supported are: mysql, sqlite3, postgres, couchdb, mongodb, redis, neo4j and in-memory-storage.
JugglingDB also works on client-side (using WebService and Memory adapters), which allows to write rich client-side apps talking to server using JSON API.
Use npm to install core package:
npm install jugglingdb --save
Alternatively you can install jugglingdb core from github:
npm install 1602/jugglingdb
Then install adapter for specific database, for example jugglingdb-redis
:
npm install jugglingdb-redis
See jugglingdb-adapters(3) for list of available adapters.
Autogenerated documentation available at jsdoc.info/1602/jugglingdb. Human-written manual sections are:
Everything about schema, data types and model definition.
Model methods, features and internals.
Built-in validators, creating custom validations, syncronous and asyncronous object validation.
Hooks and object lifecycle.
See jugglingdb-roadmap(3) and [github issues][issues] to catch up current development and see how you can help jugglingdb to grow up.
When you find issues, please report them:
JugglingDB has MIT license, see jugglingdb-license(3) for details.
410 Anatoliy Chakkaev 73.9%
31 Sébastien Drouyer 5.6%
25 1602 4.5%
9 Muneeb Samuels 1.6%
6 Henri Bergius 1.1%