Open SourceDatabase40k
Prisma
Type-safe next-generation ORM for Node.js and TypeScript.
Prisma is an open-source ORM for Node.js and TypeScript that models a database with a declarative schema and generates a fully type-safe query client. It covers schema migrations, a visual data browser (Prisma Studio), and connectors for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB, and CockroachDB. It is notable as one of the most widely adopted ORMs in the TypeScript ecosystem.
Repository
prisma/prismaLanguage
TypeScriptWhat you'd build with it
- Give an AI-backed TypeScript app a fully type-safe data layer with autocompletion and compile-time query checks
- Manage schema evolution and migrations across PostgreSQL, MySQL, or SQLite from a single schema file
- Generate strongly typed CRUD operations that LLM-generated backend code can call safely
Tags
ormtypescriptmigrationstype-safe