-
We use @databases, which has a mix of super lightweight ORM for type safety and raw SQL (with protections against SQL injection) for more complex queries.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Prisma is a bit different than existing ORMs as it comes with its own data modeling language that's simple and intuitive, a migration system that makes it straightforward to change your DB schema, a fully type-safe DB client (with auto-completion even if you don't use TypeScript) and lots of other goodies like a modern data browser/editor, a CLI for common workflows, extensive documentation and examples.
-
Prisma
Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB
Hey there, I work at Prisma and we're building a new and modern ORM that has been fully released for production this year.