Versions in this module Expand all Collapse all v0 v0.9.0 Dec 20, 2024 Changes in this version + type DBConnection interface + Query func(query string, args ...any) (*sql.Rows, error) + func NewDB(dbFilename string) (DBConnection, error)