summary refs log tree commit diff
path: root/util/ormconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'util/ormconfig.json')
-rw-r--r--util/ormconfig.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/util/ormconfig.json b/util/ormconfig.json
new file mode 100644
index 00000000..c5587b8e
--- /dev/null
+++ b/util/ormconfig.json
@@ -0,0 +1,9 @@
+{
+	"type": "sqlite",
+	"database": "../bundle/database.db",
+	"migrations": ["src/migrations/*.ts"],
+	"entities": ["src/entities/*.ts"],
+	"cli": {
+		"migrationsDir": "src/migrations"
+	}
+}