Prisma
Next-generation TypeScript ORM — schema-first, auto-generated type-safe client, and Prisma Studio for data browsing.
Prisma generates a fully type-safe database client from your schema file — every query is typed based on your exact data model. Prisma Migrate handles schema migrations, Prisma Studio provides a visual data browser, and Prisma Accelerate adds connection pooling and query caching. It is the most popular ORM in the TypeScript ecosystem.
// tags
ormdatabasetypescriptpostgresqlmysqlsqliteschematype-safe