-
Could you please create issues for those, so I can better understand the use cases?
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
kysely
Discontinued A type-safe typescript SQL query builder [Moved to: https://github.com/kysely-org/kysely] (by koskimas)
prisma (mentioned in the article), zapatos, pgtyped and kysely are the most popular currently I think.
-
Requiring the user to define model classes for the "ORM" is a massive pain in large codebases and requiring the user to maintain these is just too much boilerplate. Seems extremely bloated compared to the simplicity of how the shortcuts are implemented in Zapatos or similar libraries where 90% of the code is compiled away for production.
-
MikroORM
TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, MariaDB, MS SQL Server, PostgreSQL and SQLite/libSQL databases.
I recommend looking at https://mikro-orm.io/
Related posts
-
We migrated to SQL. Our biggest learning? Don't use Prisma
-
Preferred SQL ORM
-
Stuck On Node database management. Should I use a different ORM? Should I use raw SQL?
-
Show HN: TypeSafe SQL-Like ORM and Query Builders for TypeScript/JS
-
Introducing Neon Authorize: Simplifying Row-Level Security For Postgres