Notes on db uris
This commit is contained in:
parent
8d392f89a6
commit
e441c1fe91
1 changed files with 7 additions and 0 deletions
|
@ -100,3 +100,10 @@ python setup.py develop
|
||||||
pip install -r tests/requirements.txt
|
pip install -r tests/requirements.txt
|
||||||
pytest tests
|
pytest tests
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## TEMP
|
||||||
|
|
||||||
|
```
|
||||||
|
mysql://user:pw@host:port/dbname
|
||||||
|
postgresql://user:pw@host:port/dbname
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue