Database · +10 points

Prisma

Next-gen ORM for Node.js and TypeScript — type-safe database access.

Install
npm install prisma @prisma/client
License
Apache-2.0
Stars
40k+

Integration goal

Define a Prisma schema with User model.

  1. Create schema.prisma
  2. Define User model
  3. Push to GitHub
Open Integration Workspace →

← All open source tools