From e441c1fe91d45d9cfc5046b0369a11b856bb7cef Mon Sep 17 00:00:00 2001 From: Einar Forselv Date: Mon, 15 Apr 2019 19:49:15 +0200 Subject: [PATCH] Notes on db uris --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 185ded9..3c6afd0 100644 --- a/README.md +++ b/README.md @@ -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 +```