Versions in this module Expand all Collapse all v0 v0.16.0 Dec 11, 2024 Changes in this version + func Migration() *migrate.MemoryMigrationSource + func New(db Database) notifiers.SubscriptionsRepository + type Database interface + GetContext func(context.Context, interface{}, string, ...interface{}) error + NamedExecContext func(context.Context, string, interface{}) (sql.Result, error) + NamedQueryContext func(context.Context, string, interface{}) (*sqlx.Rows, error) + QueryRowxContext func(context.Context, string, ...interface{}) *sqlx.Row + func NewDatabase(db *sqlx.DB, tracer trace.Tracer) Database