Prisma helps app developers build faster and make fewer errors with an open source ORM for PostgreSQL, MySQL and SQLite. Central to Prisma is the schema, a declarative way to define your app's data models and their relations that's human-readable. And you don't have to painstakingly create it from scratch if you already have a database - prisma introspect takes care of that. Prisma Client is a query builder that composes the way you think and gets auto-generated from the Prisma schema with types tailored to your app. We designed the API to be intuitive for both SQL veterans and people brand new to databases. Auto-completion, linting, formatting and more help Prisma developers in VSCode stay confident without distractions. Prisma Client puts extra emphasis on extensive type safety for more productive development in TypeScript. Prisma is a server-side library that helps your app read and write data to the database in an intuitive and safe way.
Features
- Prisma simplifies database access, saves repetitive CRUD boilerplate and increases type safety
- Easy to integrate into your framework of choice
- The perfect database toolkit for building robust and scalable web APIs
- Model your data in the Prisma schema with ease and in a human-readable format
- Query your data in an intuitive and type-safe way with Prisma Client
- Prisma works with all deployment paradigms, from traditional servers to containers, to serverless
Categories
Object-Relational Mapping (ORM)License
Apache License V2.0Follow Prisma
User Reviews
-
Awesome ORM