Prisma ORM

database

Prisma ORM

Prisma provides a typed database client and migrations. I use it to keep schema changes safe and queries readable.

Use cases

  • migrations
  • typed queries
  • schema

FAQ

How does Sandeep use Prisma ORM?
Prisma provides a typed database client and migrations. I use it to keep schema changes safe and queries readable. Typical use cases include migrations, typed queries, schema.
Which projects use Prisma ORM?
New projects will be linked here as they ship.

All skills