Skip to content

Commit 0b58fb0

Browse files
committed
docs: improve repository positioning
1 parent a5682de commit 0b58fb0

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@
44
[![CI](https://github.com/Meru143/dbfork/actions/workflows/ci.yml/badge.svg)](https://github.com/Meru143/dbfork/actions/workflows/ci.yml)
55
[![License: MIT](https://img.shields.io/badge/license-MIT-green.svg)](./LICENSE)
66

7-
Git-style branching for local Postgres databases.
7+
Fast local PostgreSQL database branching for migrations, schema testing, and isolated development workflows.
88

9-
`dbfork` creates instant local database branches with PostgreSQL's native `CREATE DATABASE ... TEMPLATE` feature. You keep one Postgres instance, clone your development database in seconds, test migrations safely, inspect schema drift, and tear branches down when you are done.
9+
`dbfork` is a Go CLI for local Postgres development. It creates instant database branches with PostgreSQL's native `CREATE DATABASE ... TEMPLATE` feature, so you can clone your development database in seconds, test migrations safely, inspect schema drift, and tear branches down when you are done.
10+
11+
- Clone a local PostgreSQL database in seconds instead of waiting on `pg_dump | pg_restore`
12+
- Give each feature or migration its own disposable database branch
13+
- Diff branch schema against the source database before you merge changes
1014

1115
## Why dbfork?
1216

0 commit comments

Comments
 (0)