An auto-generated, fully type-safe database client for Go that reduces boilerplate.
Prisma Client Go is an auto-generated and fully type-safe database client for the Go programming language. It acts as a query builder that reduces boilerplate code while ensuring compile-time safety for database operations. It's part of the Prisma ecosystem, providing an alternative to traditional ORMs and database-specific tools.
Go developers who need type-safe database access and want to reduce boilerplate code in their applications. It's suitable for projects using Prisma's data modeling tools.
Developers choose Prisma Client Go for its combination of auto-generated code, type safety, and integration with the Prisma ecosystem, offering a modern alternative to traditional Go ORMs with better error prevention.
Prisma Client Go is an auto-generated and fully type-safe database client
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Generates database client code from Prisma schema, ensuring compile-time error checking for all queries, which catches issues early in development.
Automates repetitive CRUD operations through code generation, significantly cutting down manual coding for common database tasks.
Seamlessly works with Prisma's declarative data modeling and migration tools, providing a unified workflow for database management.
Offers a type-safe alternative to traditional Go ORMs like gorm, improving developer productivity and code reliability with structured queries.
The client is deprecated and won't receive updates for Prisma v7+, making it unsuitable for new projects or those needing future compatibility.
Maintained by a single individual in alpha stage, leading to potential instability, slower issue resolution, and reliance on sponsor support.
Requires code generation and tight coupling with Prisma tools, adding extra steps to the build process compared to simpler, pure Go libraries.
Prisma is an open-source alternative to the following products: