Skip to content

Ehesp/sqlitey

Repository files navigation

sqlitey

A simple (vibe coded) SQLite (including Turso support) browser.

  • View & query table data
  • Paginated data grid with virtualization
  • Inspect table metadata (indicies, DDL/FKs etc)
  • Export data in JSON or CSV
  • SQL workspace with keyword autocomplete
  • Themeable via Shadcn presets

Usage

Install the binary with curl:

curl -fsSL https://raw.githubusercontent.com/ehesp/sqlitey/main/install.sh | bash

Then run the binary pointing to your local database:

sqlitey path/to/file.db

The browser will open on an available port automatically. Enjoy!

Screenshot

Another...?!

Yep. This was mainly built without looking at the code for a fun experiment in Cursor design mode. I wanted a very simple, no drama browser which just works. It uses Bun + React (Shadcn) compiled into a binary for easy distribution and minimal effort. It uses @tursodatabase/database (Turso’s embedded engine) for local files and Turso-compatible databases.

Platform support

Prebuilt binaries (from GitHub releases) are published for:

Platform Notes
macOS (Apple Silicon, arm64)
Linux (x64, arm64) glibc-based builds
Windows (x64)

Not available as prebuilds (no matching Turso @tursodatabase/database-* native package for the pinned driver version): Intel macOS (x64), Windows on ARM. On those systems you’d need to run from source with Bun if/when upstream adds prebuilds, or use a supported machine.

About

Yet another SQLite browser - supports Turso. Bun + Shadcn.

Resources

License

Stars

Watchers

Forks

Contributors