Notes on db uris

This commit is contained in:
Einar Forselv 2019-04-15 19:49:15 +02:00
parent 8d392f89a6
commit e441c1fe91

View file

@ -100,3 +100,10 @@ python setup.py develop
pip install -r tests/requirements.txt
pytest tests
```
## TEMP
```
mysql://user:pw@host:port/dbname
postgresql://user:pw@host:port/dbname
```