Documentation
¶
Index ¶
- func ExecContext(ctx context.Context, query string, args ...any) (sql.Result, error)
- func Init(dsn string) error
- func NamedExec(query string, arg interface{}) (sql.Result, error)
- func NamedQuery(query string, arg interface{}) (*sqlx.Rows, error)
- func QueryRow(query string, args ...any) *sql.Row
- func Select(dest interface{}, query string, args ...interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecContext ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.