Versions in this module Expand all Collapse all v0 v0.9.0 Nov 14, 2023 Changes in this version + func NewQueries(tbl string, db *sql.DB) (*persistence.Queries, error) v0.8.1 Oct 7, 2023 v0.8.0 Sep 17, 2023 Changes in this version + func ExtractDBAndMigration(databaseURL string, dbSettings DBSettings, logger *zap.Logger) (*sql.DB, func(*sql.DB) error, error) + type DBSettings struct + Vacuum bool