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.
Hi all,
I'd like you to introduce to Prisma Client Go, a type-safe and auto-generated database client for Go; built on the Prisma ecosystem. The Go client is still in alpha/beta phase, but it uses the production-ready Prisma engine; some companies are already using it with successfully.
It supports MySQL, PostgreSQL, SQLite, and partially MongoDB (some updates for MongoDB are coming soon).
LLM Gateway