# Functions

AND joins two or more Where-types with (cond1 AND cond2).
EQ compares values in an SQL-Statement with "="-operator.
No description provided by the author
GetWhereClause builds the WHERE clause from any of Where-types.
IN compares values in an SQL-Statement with "IN (?,?,?,...)"-operator.
INCallabel same as IN but calles function for the values.
NEQ compares values in an SQL-Statement with "!="-operator.
NewInsert creates a store for rows that will be inserted with an SQL-statement.
NONE for using non filtered input.
OR joins two or more Where-types with (cond1 OR cond2).
No description provided by the author

# Structs

InsertVals represents an easy to use store for setting up multiple insert-rows for SQL.
No description provided by the author

# Type aliases

No description provided by the author
Where is a function type that is used to create a WHERE clause and the values to use in an SQL-Query.