update db management scripts to bun

This commit is contained in:
2025-05-24 16:24:05 +02:00
parent d50499f41f
commit dd343656cb
3 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
import fs from 'fs';
import Database from 'better-sqlite3';
import { Database } from 'bun:sqlite';
const dbName = 'strimserve.db';