Prisma turns your database into a powerful GraphQL API which you can either use to build your own GraphQL server or connect to it directly from the frontend. Simply install the Prisma CLI to get started:
npm install -g prisma
prisma init hello-world
datamodel.graphqlin your editor to define your data model
prisma deploy
prisma playground
Choose your technology to get a quickstart that will blow off your face in 5 minutes.