From 67e3d059226dc4d1c89aef46d493c94df6496631 Mon Sep 17 00:00:00 2001 From: Ibrahim hanif Date: Sat, 2 Oct 2021 09:50:07 +0700 Subject: [PATCH] add: prisma client go orm --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f6889a2e..6b406209 100644 --- a/README.md +++ b/README.md @@ -1680,6 +1680,7 @@ _**Unofficial** set of patterns for structuring projects._ * [lore](https://github.com/abrahambotros/lore) - Simple and lightweight pseudo-ORM/pseudo-struct-mapping environment for Go. * [marlow](https://github.com/marlow/marlow) - Generated ORM from project structs for compile time safety assurances. * [pop/soda](https://github.com/gobuffalo/pop) - Database migration, creation, ORM, etc... for MySQL, PostgreSQL, and SQLite. +* [Prisma](https://github.com/prisma/prisma-client-go) - Prisma Client Go, Typesafe database access for Go. * [reform](https://github.com/go-reform/reform) - Better ORM for Go, based on non-empty interfaces and code generation. * [rel](https://github.com/go-rel/rel) - Modern Database Access Layer for Golang - Testable, Extendable and Crafted Into a Clean and Elegant API. * [SQLBoiler](https://github.com/volatiletech/sqlboiler) - ORM generator. Generate a featureful and blazing-fast ORM tailored to your database schema.