You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DBLab enables 🖖 database branching and ⚡️ thin cloning for any Postgres database and empowers DB testing in CI/CD. This optimizes database-related costs while improving time-to-market and software quality. Follow to stay updated.
A disposable copy of your production stack for every pull request: masked Postgres, contained third-party APIs, and agents that use your app like people.
Best dev DB for agents — a test database cloned straight from your production. No seeding, no dumps. Real-time Postgres replication of rows and schema, with copy-on-write clones and snapshots.
The self-hosted Neon alternative — database branching for Postgres on infrastructure you own (AWS, GCP, Azure, or local Docker). Built on DBLab Engine.
Branch SQLite like git — copy-on-write forks, checkpoint/rollback/promote, kill-9-durable capture. Stock SQLite files on local disk or S3. Built for AI agents and eval harnesses.
Watch the WAL become the database: LSN observation, a deliberate delete, and a sub-second branch back to the pre-mistake LSN. Companion to the DevOps Daily post: devops-daily.com/posts/wal-as-the-source-of-truth-lakebase-storage-s3
The execution environment for AI database agents �� give Claude Code, Cursor, or your own agent a disposable branch of your Postgres to run migrations, indexes, and DELETEs against, then throw it away. Production is never touched.
GitHub Action for per-PR Cloudflare preview environments: an isolated Worker, D1, KV & R2 for every pull request — auto-deployed with dev data sync and migrations, torn down on close.
Archived demo of pgoverlay: every PR got a masked copy-on-write clone of prod. The recorded run is PR #1 — a migration that passed locally and failed on real data.
A complete branchable-Postgres stack — storage engine, CSI driver and CloudNativePG — in your own cloud. Branching is copy-on-write in he storage layer, so a fork is instant at any size. Sleep/wake, object cold tier.