Versions in this module Expand all Collapse all v0 v0.14.0 Dec 18, 2024 Changes in this version + func NewSQLiteRelayQueueJSONTable(db *sql.DB) (s *relayQueueJSONStatements, err error) + func NewSQLiteRelayQueueTable(db *sql.DB) (s *relayQueueStatements, err error) + type Database struct + func NewDatabase(conMan *sqlutil.Connections, dbProperties *config.DatabaseOptions, ...) (*Database, error)