Skip to content

Commit 0e050a4

Browse files
authored
Update README.md
1 parent 76e00e7 commit 0e050a4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# db-diff
22

3-
[![Changelog](https://img.shields.io/github/v/release/datsom1/db-diff?include_prereleases&label=changelog)]- **Key features:**
3+
[![Changelog](https://img.shields.io/github/v/release/datsom1/db-diff?include_prereleases&label=changelog)](https://github.com/datsom1/db-diff/releases)
4+
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/datsom1/db-diff/blob/main/LICENSE)
5+
6+
**Key features:**
47

58
- **Custom Key Column:** Use `--key` to specify which column uniquely identifies rows.
69
- **Output Formats:** Choose between human-readable (`readable`), JSON (`json`), or save JSON to a file (`jsonfile`).
@@ -10,7 +13,7 @@
1013
- **Show Unchanged:** Use `--showunchanged` to display unchanged fields for changed rows.
1114
- **List Fields:** Use `--listfields` to print available columns and exit.
1215
- **Timing:** Use `--time` to display how long the diff operation took.ithub.com/datsom1/db-diff/releases)
13-
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/datsom1/db-diff/blob/main/LICENSE)
16+
1417

1518
> **db-diff** is the most advanced and user-friendly Python CLI tool and library for comparing CSV, TSV, and JSON database dumps. Designed specifically for database workflows, it delivers precise, human-readable or machine-readable diffs, supports custom key columns, handles massive files efficiently with streaming mode, and offers flexible field selection.
1619

0 commit comments

Comments
 (0)