LibreDB Studiolibredb.org ONLINE • PostgreSQL
RUN
providers.sql
SELECT name, type, driver FROM providers;
8 rows |3 cols2ms

One tool, all your databases

Connect to any engine with a unified interface.

PostgreSQL

relational · pg

Full support with connection pooling, schema inspection, and maintenance tools.

MySQL

relational · mysql2

Full support with connection pooling and performance schema integration.

Oracle

relational · oracledb

Enterprise database with V$ monitoring views, FETCH FIRST pagination, and ALTER INDEX REBUILD.

SQL Server

relational · mssql

Microsoft SQL Server with TOP/OFFSET FETCH pagination, DMVs, and Azure SQL support.

SQLite

embedded · sqlite3

File-based database with WAL mode support. Perfect for local development.

MongoDB

document · mongodb

Full document database support with JSON queries, aggregations, and schema inference.

Redis

key-value · redis

Key-value store support with key browser, TTL management, and memory monitoring.

LibreDB

embedded · our own · @libredb/libredb

Our own open-source embedded engine. Open a .libredb file directly — no server. Browse relational, document, and key-value lenses; query with a small get / put / prefix / range grammar (not SQL). Ships as a ready-to-use sample on first launch.

No Database? No Problem!

Try Demo Mode — zero setup required.

Try Demo Mode