I want to experiment a bit with Heroku and Node.js. Heroku uses Postgres by default, but I would like to use Amazon RDS later (MySQL). Is there a good level of database abstraction, preferably with a simple object-relational mapping around it at the moment? I checked the NPM repository but couldn't find what supported both, looked mature and well documented.
source
share