Categorygithub.com/amh11706/qsql
modulepackage
0.0.0-20240229163937-7b9cbdc27561
Repository: https://github.com/amh11706/qsql.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
GetColumns takes a struct and outputs a slice of all db column labels.
No description provided by the author
MakeConflictString is used to prepare a column slice for INSERT statements with a ON DUPLICATE KEY clause.
MakeValueString is used to prepare a column slice for UPDATE statements by mapping to "column=:column" comma separated pairs for sqlx.NamedExec.
No description provided by the author
No description provided by the author

# Structs

LazyTime bypasses sql nil scan errors and uses an empty value instead.
No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

LazyBool bypasses sql nil scan errors and uses an empty value instead.
LazyString bypasses sql nil scan errors and uses an empty value instead.
LazyInt bypasses sql nil scan errors and uses an empty value instead.
LazyString bypasses sql nil scan errors and uses an empty value instead.
LazyUnix bypasses sql nil scan errors and uses an empty value instead.