aboutsummaryrefslogtreecommitdiff
path: root/src/db.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/db.js')
-rw-r--r--src/db.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db.js b/src/db.js
index c1fecac..c16a87a 100644
--- a/src/db.js
+++ b/src/db.js
@@ -1,5 +1,5 @@
1const { Database } = require("bun:sqlite"); 1const { Database } = require("bun:sqlite");
2const db = new Database("readit.db", { 2const db = new Database("lurker.db", {
3 strict: true, 3 strict: true,
4}); 4});
5 5