Hacker News new | ask | show | jobs
by PookMook 1248 days ago
For typesafe queries at the edge I'm using kysely + planetscale over http (look for database.js). The only drawback is collapsing rows into neat objects is slower than Prisma (client written in rust) but I'm mostly writing graphql stuff this days so less of a problem.