summaryrefslogtreecommitdiffstats
path: root/frest/templates/database.txt
diff options
context:
space:
mode:
Diffstat (limited to 'frest/templates/database.txt')
-rw-r--r--frest/templates/database.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/frest/templates/database.txt b/frest/templates/database.txt
new file mode 100644
index 0000000..176cd52
--- /dev/null
+++ b/frest/templates/database.txt
@@ -0,0 +1,4 @@
+from flask_sqlalchemy import SQLAlchemy
+
+db = SQLAlchemy()
+config = {"DATABASE_URI": "sqlite:///database.db"}