prisma
prisma
Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB
46k stars2.2k forks255 watchers2439 open issuesTypeScriptApache-2.0
EDITOR'S TAKE
The polished ORM. ~38k stars. Best developer experience for relational data, declarative schema, generated client. Trade-off: cold starts on serverless are slower than Drizzle, and the abstraction can fight you on complex queries.
Use this if
Your team values DX over performance and most queries are CRUD on relational data.
Skip if
You are running on Edge or Vercel functions where cold start matters — Drizzle is faster.
Categories
Topics
prismaormdatabasetypescriptjavascriptnodejsmariadbmysqlpostgresqlsqlserversql-servermssqlsqlitemongodbmongoprisma-clientmongodb-ormpostgrescockroachdbquery-builder
Created 20 Jun 2019
Last push 1 day ago
Stats refreshed 3 hours ago