Hacker News new | past | comments | ask | show | jobs | submit login

I agree with you that ORMs don't add a whole lot of value to Node, but I think there's still value in slightly-higher-level libraries.

Like, doing a simple `select whatever from table where x = ? and y = ? and z = ?` is annoying with a string-based query builder when those parameters are optional, sousing something like Knex where you can just pass in a hash of field/value pairs for the criteria for your where clause is a big win.




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: