Documentation ¶ Index ¶ func Check() bool func Configure() func Prepare(statement string) *sql.Stmt func PrepareOne(query string) (*sql.Stmt, error) func Query(query string, args ...any) (*sql.Rows, error) func QueryRow(query string, args ...any) *sql.Row Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Check ¶ added in v0.3.0 func Check() bool func Configure ¶ func Configure() func Prepare ¶ func Prepare(statement string) *sql.Stmt func PrepareOne ¶ func PrepareOne(query string) (*sql.Stmt, error) func Query ¶ added in v0.3.0 func Query(query string, args ...any) (*sql.Rows, error) func QueryRow ¶ added in v0.2.0 func QueryRow(query string, args ...any) *sql.Row Types ¶ This section is empty. Source Files ¶ View all Source files main.gomigrations.go Click to show internal directories. Click to hide internal directories.