[ANN] Type-safe database client for Postgres, MySQL & SQLite
105 views
Skip to first unread message
Luca Steeb
unread,
Oct 6, 2020, 12:21:28 PM10/6/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golang-nuts
Hey Gophers,
I’d like to share our new auto-generated database client for Go – it’s focused on complete type-safety wherever possible and makes querying for complex data and relations a delight :)
I’m currently experimenting with syntax and features, so any feedback would be highly appreciated. Supported databases are Postgres, MySQL & SQLite. https://github.com/prisma/prisma-client-go. I also have prepared a quickstart so you can get running in just a few minutes.