DEV Community

Discussion on: What is your favorite ORM (None is a valid answer)?

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

Not a major ORM, but I really like Peewee (in Python).

Now, I am using TypeScript and I write my own. I am tempted to try Mikro-ORM, though.

Tried TypeORM, but it disappointed me.

SQL builder only, like Knex.js is also good, but as you see, I am tempted to write an ORM, if it doesn't exist.