added some scripts for the sqlite db for cleanup

This commit is contained in:
2025-10-27 20:16:53 +01:00
parent f1bc30a64d
commit 6e34f30d4a
3 changed files with 17 additions and 6 deletions

View File

@@ -0,0 +1,4 @@
import * as db from "../src/sql";
const query = db.db.query("DELETE FROM events;");
query.run();