Skip to content

Playground

A real database, running in this tab

Not a recording and not a hosted sandbox — an actual LibreDB store opened inside your browser, persisted to OPFS. It is seeded with three namespaces on first load. Nothing you type leaves the machine.

playground.libredb — local, in this browser
playground.libredb detecting…
Runs entirely in your browser · no backend · no signup
  • Persistence is per browser. Writes survive a reload through OPFS. A second tab cannot take the lock, so it falls back to in-memory and says so.
  • Five verbs, one grammar. get, put, delete, prefix and range — the same commands Studio's LibreDB provider issues. Tables and collections are conventions over the keyspace.
  • Reset wipes it. The reset button asks twice, then rebuilds the seed from scratch.

This is the embedded engine, not the IDE. To drive Postgres, MySQL or Mongo through the full Studio, open the live demo ↗ or deploy your own.