add aurweb.db.session
+ Added Session class and global session object to aurweb.db,
these are sessions created by sqlalchemy ORM's sessionmaker
and will allow us to use declarative/imperative models.
Signed-off-by:
Kevin Morris <kevr@0cost.org>
test/test_asgi.py
0 → 100644
test/test_config.py
0 → 100644
test/test_db.py
0 → 100644
Please register or sign in to comment