Restructured data to use gino instead of sqlalchemy.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
4
src/playlist/data/sql.py
Normal file
4
src/playlist/data/sql.py
Normal file
@@ -0,0 +1,4 @@
|
||||
"""Contains the gino DB connection for the application."""
|
||||
import gino
|
||||
|
||||
db = gino.Gino()
|
||||
Reference in New Issue
Block a user