Skip to content

Instantly share code, notes, and snippets.

@rorhug
Created February 18, 2014 21:48
Show Gist options
  • Save rorhug/9080955 to your computer and use it in GitHub Desktop.
Save rorhug/9080955 to your computer and use it in GitHub Desktop.
Database dilema
DB ORM Lang
MongoDB(ok but no joins) + Mongoose(Great) + Node.js(Great)
Postgres(ok but schemas) + Sequelize(Great) + Node.js(Great)
RethinkDB(Great) + Thinky(ok but no validations) + Node.js(Great)
RethinkDB(Great) + nobrainer(Great) + Ruby(Good but already started app in Node.js and a little slow)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment