1602 / jugglingdb

Multi-database ORM for nodejs: redis, mongodb, mysql, sqlite3, postgresql, arango, in-memory...
http://1602.github.io/jugglingdb/
2.04k stars 242 forks source link

Support for EJDB #291

Closed pocesar closed 7 years ago

pocesar commented 11 years ago

EJDB is like SQLite on steroids, but with a syntax similar to mongodb, that works with files instead of a daemon (perfectly for portable apps)

https://github.com/Softmotions/ejdb

It's recommended to be the best option by node-webkit app packager