fix: handle backend errors and driver import

This commit is contained in:
2026-05-24 22:46:02 +02:00
parent 05e963151c
commit 4606c790f1
3 changed files with 5 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ import (
"fmt"
"os"
// sqlite3 driver.
_ "github.com/mattn/go-sqlite3"
)