Documentation
¶
Index ¶
- func FindAll[R Finder](db *sql.DB, initial R) (r []R, err error)
- func FindOne[R Finder](db *sql.DB, ir R) (r R, err error)
- func PrintFields(fields []any)
- func WrapSQLConn(ctx context.Context, db *sql.DB, ...) error
- func WrapSQLQueryRows(ctx context.Context, db *sql.DB, stmt string, args []interface{}, ...) error
- type Finder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintFields ¶ added in v0.25.0
func PrintFields(fields []any)
func WrapSQLConn ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.