Hacker News new | ask | show | jobs
by jaredsohn 4706 days ago
I don't feel like you addressed the parent post. It was asking why people use mongodb instead of JavaScript bindings for PostgreSQL.
1 comments

I have used both. I find it easier to iterate using mongodb because you do not even need a schema to begin with.

If I want to move forward I can switch to mongoose or move over to postgres and node-pg.