Is there a cross database ORM mapper for Node.js which provides a consistent API for database access across different relational databases (say MySQL, MS SQL Server, Postgres, Oracle ..). The database page shows different libraries for database access, but I would like to use a library which lets me switch to any database during production.
Share
Have a look at jugglingdb. RailwayJS project uses it.
Or sequelize (MySQL, SQLite and PostgreSQL)