Documentation
¶
Index ¶
- func Count(conn *sqlx.DB, query string, args ...any) int64
- func Create(conn *sqlx.DB, query string, dest []any, args ...any) (*sql.Tx, error)
- func Delete(conn *sqlx.DB, query string, args ...any) (*sql.Tx, error)
- func SelectList[R any](conn *sqlx.DB, query string, args ...any) []R
- func SelectOne[R any](conn *sqlx.DB, query string, args ...any) R
- func Update(conn *sqlx.DB, query string, set string, params map[string]any) (*sql.Tx, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.