Skip to content

steebchen/prisma-client-go

Folders and files

NameName
Last commit message
Last commit date
Mar 15, 2025
Feb 21, 2024
Feb 21, 2025
Nov 5, 2023
Mar 27, 2025
Jan 12, 2025
Jan 17, 2025
Jan 2, 2024
Sep 3, 2023
Feb 7, 2023
Nov 24, 2024
Jan 17, 2025
Dec 20, 2023
Jan 17, 2025
Nov 16, 2023
Nov 8, 2023
Apr 8, 2020
Sep 3, 2023
Jun 13, 2023
Dec 11, 2019
Mar 13, 2025
Sep 3, 2023
Oct 24, 2023
Feb 27, 2025
Feb 27, 2025
Apr 24, 2024
Oct 24, 2023
Oct 4, 2023

Repository files navigation

Prisma Client Go

Typesafe database access for Go

        
Quickstart   •   Prisma Core   •   Docs   •   Walkthrough   •   Prisma Blog   •   Prisma Twitter   •   Go Community

DEPRECATION NOTICE

The Prisma Go client is going to be deprecated and won't receive upgrades to Prisma v7+. Please see the deprecation notice.

Description

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.

Getting started

To get started, read the quickstart tutorial to add Prisma to your project in just a few minutes.

You also might want to read deployment tips and the full API reference.

Status

The Go client is currently maintained by @steebchen and considered to be in alpha. I am actively looking for sponsors who can support the continuous maintenance and development of new features to finally make working with databases in Go fun. If you sponsor me, I will prioritize your issues and feature requests and will help you set up and answer any questions you have.

Contributing

Check out the advanced contributing guide.

Security

If you have a security issue to report, please contact us at security@prisma.io