Prisma in your stack

Prisma is an ORM that provides a fully type-safe API and simplified database access. You can use Prisma tools to build a GraphQL or REST API, or as part of a fullstack application - the extent to which you incorporate Prisma is up to you.

If you are building a GraphQL API, check out GraphQL Nexus - code first GraphQL schemas with a plugin specifically for Prisma.

In this section

Edit this page on GitHub