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
In v6, queries happened in a separate Rust-based thread.
In v7, queries happens in the JavaScript event loop.
Individually, each query is able to run fast (0.1–1ms per query).
Under load though, there is an increase in latency due to the single threaded nature of the JavaScript
2026-02-20T16:56:07.595Z