Run PostgreSQL and SQLite directly in your browser with full SQL support and persistent storage.
Features
Local Database Instance
Run fully-featured PostgreSQL and SQLite instances directly in your browser, powered by PGLite and wa-sqlite. No server setup required.
Standard SQL Support
Execute all standard SQL queries with full compatibility. Supports complex queries, joins, transactions, and more.
Database Persistence
Create and maintain databases with persistent storage capabilities. Your data remains safe across browser sessions.
Rich Code Editor
Enjoy a feature-rich code editing experience powered by CodeMirror. Syntax highlighting, auto-completion, and more.
Multiple Notebooks
Create and save multiple notebooks on your device using IndexedDB. Organize your work efficiently.
Export/Import (Coming Soon)
Future support for database export and import functionality. Easily migrate your data between environments.
Contributors
Attributions
SvelteKit
The fastest way to build Svelte apps
Svelte
Cybernetically enhanced web apps
lucide-svelte
Beautiful & consistent icon toolkit
shadcn-svelte
UI components for Svelte
PGLite
PostgreSQL for the browser
wa-sqlite
WebAssembly SQLite for the web
Dexie
A Minimalistic Wrapper for IndexedDB
CodeMirror
Versatile text editor for the browser