LoraDB v0.11: Query playground in your browser
· 6 min read

LoraDB v0.11 is a surface release.
v0.5 made the engine stream. v0.6 made persistence feel like a system. v0.7 was a process release. v0.8 made plans and runtime metrics easier to inspect from bindings. v0.9 gave the planner a schema catalog. v0.10 made the function library a library.
v0.11 puts the engine behind a URL. play.loradb.com
is a browser playground for writing LoraDB queries, running them against
an in-tab database, and seeing the results as a graph, table, or JSON.
It ships as a static Next.js export and runs the database through
WebAssembly in the browser.