Database Branching (Netrunner)
Database branching lets you create isolated database clones and branches for development, testing, and CI. The Netrunner CLI manages DBLab clones: define branches, spin up clones, and get connection details.
You log in once with ymirr login; then you can use Netrunner either via ymirr netrunner ... or by running ymirr-netrunner directly. Same token, same behaviour.
Overview
- Branches — Use DBLab source branches (e.g.
main,dev) or create your own user branches forked from them. - Clones — Ephemeral database instances. Create a clone by specifying database and branch, get connection info, and destroy it when done.
Continue with Netrunner — Database cloning for installation and full command reference.