1602 / jugglingdb

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

using multiple adapters/ polyglot architecture (with relations) #329

Open 0xgeert opened 11 years ago

0xgeert commented 11 years ago

is it possible to use multiple adapters at the same time? e.g: Have a Product schema in Postgres while User sits in Mongo? If yes, do relationships still work in this scenario?