6 ms·
I'd need to dig into the code, but it looks like someone has used PlanetScale with ent before: https://betterprogramming.pub/how-to-connect-ent-to-planetscale-i
by tbarn 3y ago
I'd need to dig into the code, but it looks like someone has used PlanetScale with ent before: https://betterprogramming.pub/how-to-connect-ent-to-planetscale-in-a-go-application-c1337a54d2aa https://betterprogramming.pub/how-to-connect-ent-to-planetsc...
Did you follow that blog post already?
- kbumsik 3y agoI just read this post, it looks like a demo for basic operations. When I tried it at the end of the last year, ent works fine with Planetscale for basic reads. However, it fails to read when I use complex queries with Ent GraphQL integration. ent added quite a lot of features last year so things might changed from the time when the blog post was written.