Описание тега jugglingdb
JugglingDB is cross-db ORM for nodejs, providing common interface to access most popular database formats.
According to this source JugglingDB is:
A cross-db ORM for nodejs, providing common interface to access most popular database formats. Currently supported are: MySQL, sqlite3, PostgreSQL, couchdb, mongodb, redis, neo4j and js-memory-storage (yep, self-written engine for test-usage only). You can add your favorite database adapter, checkout one of the existing adapters to learn how, it's super-easy, I guarantee.
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.