Sunday, 21 July 2019

Knex + Objection.js = ❤️

I found this combo not long ago and I’m absolutely in love after having experienced the well-known Node.js ORMs like Sequelize and TypeORM.Although technically not an ORM, this combo has covered all of my needs while my code remained neat and fast. Supports: - Migrations - Transactions - All kinds of relations - Graph inserts/upserts - jsonSchema validation (can be swapped with class-validation if needed)Docs are nice with enough practical examples.I’m hooked. What do you think of it?

Submitted July 21, 2019 at 01:06PM by filipjnc1709

No comments:

Post a Comment