have a small question about prisma's go client, is...
# orm-help
k
have a small question about prisma's go client, is it safe for scaling? am incorporating prisma's go client into my services right now (understand it is alpha right now)
l
The Go client just acts as a thin wrapper around the same query engine under the hood which the JS client uses, so you get the same stability and scalability from that perspective. However, note that the Go client itself is experimental right now, which means we could have announced changes in the client’s syntax (although we try to keep it to a minimum) and have very limited resources.
feel free to join #prisma-client-go as well :)
k
ah thanks got it!
👍 1