Focused Tool · Apache 2.0 · Single Binary · Developer Tools

Self-hosted database browser

Connect to any SQLite database, browse tables, run queries, inspect schema. The lightweight Beekeeper Studio alternative that runs as a single binary with no electron overhead.

Install Drifter Free Complete — all 150 tools $29/mo

Full REST API

Every operation in Drifter is available through a JSON REST API. No SDK required — use curl, fetch, or any HTTP client.

Run Drifter on any server where you can execute a binary. The dashboard is immediately available at localhost, and the REST API integrates with your existing scripts and workflows. No external dependencies to configure, no managed service to subscribe to.

The case for owning your data

The moment you store connections in someone else's cloud, you have accepted their terms, their pricing changes, and their uptime. Drifter puts that decision back in your hands with a standalone binary that runs anywhere you can run a Linux process.

Endpoints
Architecture

Point curl at /api/connections to interact with Drifter programmatically. The API follows predictable REST conventions: GET to list or fetch, POST to create, PUT to update, DELETE to remove. The response schema matches the internal data model exactly, so what you see in the dashboard is what the API returns.

TablePlus at $69/yr.

Self-hosted database browser. Self-hosted on your infrastructure. Your data never leaves your server.

Quickstart

Running in under a minute.

Download
curl -fsSL https://stockyard.dev/install.sh | sh -s -- --tool drifter
Run
PORT=8660 ./drifter
Open
http://localhost:8660

Single binary. Embedded SQLite. No Docker. No database. No dependencies.

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 1 connection
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited connections, saved queries, CSV export, query history
  • License key, no cloud dependency
  • Email support

License key by email. One env var.

Your license key arrives by email within 5 minutes of checkout. Set it as an environment variable and restart the binary.

export DRIFTER_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./drifter

No cloud connectivity required. The binary validates the key offline with Ed25519 signatures.

Part of the Stockyard family — 150 focused self-hosted tools · Complete bundle $29/mo · stockyard.dev