Skip to content

Commit 9704d55

Browse files
committed
Update README to specify supported databases
1 parent 4635973 commit 9704d55

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</p>
1010

1111
<p align="center">
12-
<strong>DBDiff</strong> is an automated database schema and data diff tool. It compares two databases, local or remote, and produces a migration file of the differences automatically.
12+
<strong>DBDiff</strong> is an automated database schema and data diff tool for MySQL, Postgres & SQLite. It compares two databases, local or remote, and produces a migration file of the differences automatically.
1313
</p>
1414

1515
<p align="center">
@@ -20,12 +20,12 @@
2020
## Features
2121

2222
- Compares two databases (local or remote) and generates SQL migrations automatically
23-
- Diffs tables, views, triggers, stored procedures/functions, enum types, and data — with deterministic, predictable output
24-
- Up and down SQL generated in the same file
25-
- Built-in migration runner: `migration:up`, `down`, `status`, `validate`, `repair`, `baseline`
2623
- Supports MySQL, PostgreSQL, and SQLite via `--driver`
2724
- Connect via DSN URLs (`--server1-url`, `--server2-url`, `--db-url`) — works with any connection string
2825
- [Supabase](https://supabase.com)-ready via `--supabase` one-flag shorthand (not required when using DSN URLs)
26+
- Diffs tables, views, triggers, stored procedures/functions, enum types, and data — with deterministic, predictable output
27+
- Up and down SQL generated in the same file
28+
- Built-in migration runner: `migration:up`, `down`, `status`, `validate`, `repair`, `baseline`
2929
- Works with [Flyway, Liquibase, Laravel Migrations, and more](#compatible-migration-tools)
3030
- Ignore specific tables or fields via a YAML config file
3131
- Unicode / UTF-8 aware

0 commit comments

Comments
 (0)