Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit be727d9

Browse files
committed
Updated README
1 parent d958f69 commit be727d9

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

README.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,28 @@ Requires Python 3.7+ with pip.
140140

141141
```pip install data-diff```
142142

143-
or when you need extras like mysql and postgresql
143+
## Install drivers
144144

145-
```pip install "data-diff[mysql,postgresql]"```
145+
To connect to a database, we need to have its driver installed, in the form of a Python library.
146+
147+
While you may install them manually, we offer an easy way to install them along with data-diff:
148+
149+
- `pip install 'data-diff[mysql]'`
150+
151+
- `pip install 'data-diff[postgresql]'`
152+
153+
- `pip install 'data-diff[snowflake]'`
154+
155+
- `pip install 'data-diff[presto]'`
156+
157+
- `pip install 'data-diff[oracle]'`
158+
159+
- For BigQuery, see: https://pypi.org/project/google-cloud-bigquery/
160+
161+
162+
Users can also install several drivers at once:
163+
164+
```pip install 'data-diff[mysql,postgresql,snowflake]'```
146165

147166
# How to use
148167

0 commit comments

Comments
 (0)