Update database.go

This commit is contained in:
2025-12-28 00:56:16 -07:00
parent a046e0eb0e
commit cffbb54a3e

View File

@@ -11,7 +11,7 @@ import (
_ "github.com/mattn/go-sqlite3"
)
const dbFile = "encrypted_chat.db"
const dbFile = "teachat.db"
var db *sql.DB