This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Prisma
prisma.io
did:plc:m6mbn4cko4m6vyynh7q675df
Ever need to run a heavily optimized query that Prisma Client doesn't support?
You can drop down to raw SQL with four methods:
✅ $queryRaw - returns records (SELECT)
✅ $executeRaw - returns affected row count
✅ Plus "Unsafe" versions
2026-04-02T09:03:05.494Z