You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prisma is like an ORM and so handles all the communication with your database. It can work with sql, nosql, kv or other.
So it works with gqlgen, and code gens all the database communication code.
i recently discovered prisma working with gqlgen.
Prisma is like an ORM and so handles all the communication with your database. It can work with sql, nosql, kv or other.
So it works with gqlgen, and code gens all the database communication code.
Here is the example using gqlgen:
https://github.com/prisma/prisma-examples/tree/master/go-graphql
Databases:
mysql: done
cockroachdb: prisma/prisma#1705
The text was updated successfully, but these errors were encountered: