Live data from Hacker News

Prisma Client Go: Typesafe Database Client for Golang

github.com

1–2 of 2 posts

Re: Prisma Client Go: Typesafe Database Client for Golang

#2
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.