# Functions
BuildInsertStmtWithout builds an insert stmt without the provided column.
ExecAndApply applies the provided restoreFunc callback for each successfully retrieved row of the specified type.
ForEachRow applies the provided restoreFunc callback for each successfully retrieved row of the specified type.
InsertAndFetchId executes the given query and fetches the last inserted ID.
IterateOrderedMap implements iter.Seq2 to iterate over a map in the key's order.
RunInTx allows running a function in a database transaction without requiring manual transaction handling.
ToDBInt transforms the given value to types.Int.
ToDBString transforms the given string to types.String.