prisma-client-go icon indicating copy to clipboard operation
prisma-client-go copied to clipboard

Prisma Client Go is an auto-generated and fully type-safe database client

Results 157 prisma-client-go issues
Sort by recently updated
recently updated
newest added

Hey everyone, After a lot of consideration, we've decided to stop the development on the Go Client. The Go client has unfortunately not seen the growth we were hoping for....

When working on Select statement I noticed that the returned json contains a lot of empty fields. Perhaps not a problem, but I like my json neat and tidy. For...

Hi folks. We're currently using Prisma with our nodejs project, but our Go services use static queries that may drift in the future. We'd like to use the Prisma schema...

bug/1-unconfirmed
kind/bug

In the typescript client we are able to do something like: ![bild](https://user-images.githubusercontent.com/24291430/177200362-c9ba35ce-e876-4fb8-b517-7ea82cbf47db.png) Where we send in an array of models to respective field (genre, cast etc). I saw some discussion...

Hello, I'm trying to build a GraphQL service using gqlgen and prisma2. I want to select only requested fields from prisma using gqlgen [field collection](https://gqlgen.com/reference/field-collection/), is it possible? Does prisma...

kind/feature

Hi everyone. I am using prisma in golang and i have issue prisma/db is not in GOROOT. issue is showing on build docker image in gitlab. look the image bottom...

Note: This is not implemented yet and feedback is highly appreciated. Please comment if you have concerns or different ideas. In Go, it's impossible to define dynamic return types depending...

Currently, relationship methods on a model will panic if such a method is called without the query containing a `With` clause for the relationship: ``` func (f Foo) Bars() (value...

- [ ] design syntax/api - [ ] implement

kind/feature