Ross ROSS = Recommend OSS · open-source software intelligence for agents

steebchen/prisma-client-go

Prisma Client Go is an auto-generated and fully type-safe database client observed · 2026-08-28

github.com/steebchen/prisma-client-go · homepage · Go · Apache-2.0 (permissive) · archived 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
steebchen/prisma-client-gomain10

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