Initial commit

This commit is contained in:
2020-04-08 11:14:45 +02:00
commit 68f52727ad
8 changed files with 527 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#!/usr/bin/env python3
db = {}
db['uri'] = "postgresql://user:password@host:5432/database"