postgres automatic schema management roughly working

This commit is contained in:
2020-05-09 19:13:20 -05:00
commit 4a1924587c
9 changed files with 242 additions and 0 deletions

3
setup.py Normal file
View File

@ -0,0 +1,3 @@
from setuptools import setup
setup()