Prisma Client Go is no longer officially maintained. Read this issue to learn more.
Prisma Client Go is an auto-generated query builder that enables type-safe database access and reduces boilerplate. You can use it as an alternative to traditional ORMs such as gorm, xorm, sqlboiler and most database-specific tools.
It is part of the Prisma ecosystem. Prisma provides database tools for data access, declarative data modeling, schema migrations and visual data management.
NOTE: Prisma Client Go is currently offered under our early access program. There will be documented breaking changes with new releases.
To get started, read our quickstart tutorial to add Prisma to your project in just a few minutes.
You also might want to read deployment tips and the full API reference.
The go client works slightly different than the normal Prisma tooling. When you're using the go client, whenever you see Prisma CLI commands such as prisma ...
, you should always write go run github.com/prisma/prisma-client-go ...
instead.
Check out our advanced contributing guide.
If you have a security issue to report, please contact us at [email protected]