Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.
Prev Previous commit
Next Next commit
Update README.md
Co-authored-by: Sung Won Chung <sungwonchung3@gmail.com>
  • Loading branch information
sar009 and sungchun12 authored Jan 9, 2024
commit b39d754e1fb3417794af8ac5d9de3dc94e72e692
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ To compare data between databases, install `data-diff` with specific database ad
pip install data-diff 'data-diff[postgresql,snowflake]' -U
```

Additionally, you can install all database adapters as follows.
Additionally, you can install all open source supported database adapters as follows.
```
pip install data-diff 'data-diff[all-local-dbs]' -U
```
Expand Down