From 22dc19db42b71998efc305a4495940661957b57b Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Fri, 20 Mar 2020 10:14:57 +0100 Subject: chore: db config --- frest/database.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 frest/database.py diff --git a/frest/database.py b/frest/database.py new file mode 100644 index 0000000..176cd52 --- /dev/null +++ b/frest/database.py @@ -0,0 +1,4 @@ +from flask_sqlalchemy import SQLAlchemy + +db = SQLAlchemy() +config = {"DATABASE_URI": "sqlite:///database.db"} -- cgit v1.2.3-18-g5258