Skip to content
LibreDB

Hi, we're LibreDB 👋

Database tools we'd want to use ourselves. Most of them open source, all of them built on one foundation.

Try Studio live · Website · Discussions · LinkedIn


We make three things.

Two are open source and free: a web-based SQL/NoSQL IDE that runs in your browser, and a small embeddable database engine you can read end to end. The third is LibreDB Platform, a commercial product for teams and enterprises, and it's what pays for the open-source work. So Studio and the engine stay free, and stay maintained.

One foundation, three products. Here's the tour.

LibreDB Studio: the open-source SQL/NoSQL web IDE

License: MIT Quality Gate DeepWiki

A professional database editor that lives in your browser. No install, and it works on a 4K monitor or a phone. It sits between heavy desktop clients and bare CLIs: the power of DataGrip, reachable from a URL.

  • AI-native: NL2SQL with your choice of model (Gemini, OpenAI, or a local LLM)
  • A real IDE: Monaco engine, schema-aware autocomplete, multi-tab workspace, visual EXPLAIN
  • See your schema: interactive ER diagrams, schema diff, migration SQL, snapshot timeline
  • SQL and NoSQL: PostgreSQL, MySQL, Oracle, SQL Server, MongoDB, Redis, SQLite
  • Enterprise-ready: RBAC, SSO (OIDC), query auditing, Docker & Kubernetes

LibreDB Studio

Try it live demo  ·  Source & deploy guide →

LibreDB: the engine underneath

License: MIT npm Coverage

Multi-model without the magic. One core, three lenses, every line tested.

A small, readable, embeddable database written in TypeScript. Key-value, document, and relational APIs are thin lenses over a single ordered key-value core, not three engines bolted together. Zero runtime dependencies, in-memory or file-backed, with crash recovery proven by deterministic simulation testing.

The kernel is under 600 lines. You can open the source and actually learn how a database works.

bun add @libredb/libredb

It's pre-alpha and aimed at test and dev environments today: small enough to understand, serious enough to grow.

Try the playground  ·  Explore the source →

LibreDB Platform: for teams, and how we keep the lights on

Distributing database credentials by hand doesn't scale, and it isn't safe. Platform replaces that with a managed, multi-tenant workspace: admins decide who can reach which database, every query is logged, and teams collaborate without anyone copy-pasting a connection string.

Built on the same Studio engine, with governance on top: RBAC, encrypted credentials, full query audit, billing and plans. This is the commercial product that funds everything above it.

See plans & book a demo →

How it all fits together

LibreDB            →   LibreDB Studio      →   LibreDB Platform
the embeddable         the open-source         the governed,
database engine        IDE built on it         multi-tenant product
(open source)          (open source)           (commercial)

Start anywhere. Embed the engine in your app, run Studio for your own databases, or bring Platform in when your team needs control and an audit trail.

Get involved

The open-source projects are built in the open, and we'd love your help.

  • ⭐ Star Studio and the engine if they're useful to you
  • 🐛 Open an issue or a PR. Both repos welcome contributions.
  • 💬 Say hello in Discussions
  • 💖 Sponsor us to help keep Studio and the engine free

LibreDB Studio   Stars Forks Issues Last commit

LibreDB engine   Stars Forks Issues Last commit

Made by the LibreDB team · libredb.org

Pinned Loading

  1. libredb-studio libredb-studio Public

    A modern, blazing-fast SQL IDE for the cloud era. Query PostgreSQL, MySQL, SQLite & MongoDB from anywhere your browser is your new database studio.

    TypeScript 64 11

Repositories

Showing 7 of 7 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…