Versions in this module Expand all Collapse all v0 v0.1.0 Sep 22, 2025 Changes in this version + var Nil nilMigrations + func ExecQuery(ctx context.Context, db *sql.DB, query Query) error + type Migrations interface + Down func(ctx context.Context, db *sql.DB) error + Up func(ctx context.Context, db *sql.DB) error + type Query any