Hacker News new | ask | show | jobs
by pistoriusp 1704 days ago
I think we won't be getting socket connections in some of the wasm powered JS runtime engines soon. Using http solves that, and a bunch of caching issues.
1 comments

there are some great projects that present an http api for postgres that you could use with CRDB I think. I'm thinking of something like https://github.com/pramsey/pgsql-http
Now it would be awesome if we could use Prisma against an open standard like this.