steebchen/prisma-client-go
Prisma Client Go is an auto-generated and fully type-safe database client observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 34
- Release rhythm 40
- Longevity 100
Flags: archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 19.0
- age_days: 2535
- days_rel: 556
- days_push: 401
- n_releases_24m: 7
Adoption not part of the score
2278 stars · 105 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Prisma Client Go is an auto-generated, fully type-safe database client and query builder for Go, part of the Prisma ecosystem. It supports SQLite, MySQL, PostgreSQL, MariaDB, SQL Server, and MongoDB, and includes a CLI for schema migrations and client generation.
Use cases
- access a postgres database with type-safe queries in go
- alternative to gorm for database access in go
- generate a go client from a prisma schema
- run database migrations from a go project
- mock database queries in go tests
- query relational data with relations and transactions in go
When to choose
- you want compile-time type safety for database queries in Go
- you already use the Prisma ecosystem and schema format
- you want an ORM-like query builder with relations, transactions, and raw query fallback
When to avoid
- you plan to upgrade to Prisma v7 or later, since the Go client is deprecated and won't support it
- you need a long-term supported, production-guaranteed ORM
- you prefer lightweight SQL builders or raw SQL without code generation
Facets
library · maturity maintenance
orm database database-driver cli mocking databases developer-tools backend web-development go cross-platform prisma type-safe query-builder code-generation schema-migrations deprecated
10 sources
- readme: https://github.com/steebchen/prisma-client-go · fetched 2026-08-28 · b8d3b293f96b
- homepage: https://goprisma.org · fetched 2026-08-29 · e374aca0e7a1
- site_page: https://goprisma.org/docs · fetched 2026-08-29 · 954f545f7f95
- site_page: https://goprisma.org/docs/getting-started · fetched 2026-08-29 · 588e195f9be2
- site_page: https://goprisma.org/docs/getting-started/quickstart · fetched 2026-08-29 · 513602173252
- site_page: https://goprisma.org/docs/getting-started/advanced · fetched 2026-08-29 · 69492acaacf8
- site_page: https://goprisma.org/docs/getting-started/cli · fetched 2026-08-29 · 6163222a3b33
- site_page: https://goprisma.org/docs/walkthrough · fetched 2026-08-29 · 43ba6e537f9f
- site_page: https://goprisma.org/docs/walkthrough/introduction · fetched 2026-08-29 · 72cf7560a0ad
- site_page: https://goprisma.org/docs/walkthrough/find · fetched 2026-08-29 · b9dce4daa56c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| steebchen/prisma-client-go | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="steebchen/prisma-client-go")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem