# Functions
And returns a new AND expression from given ones.
NewQuery returns a new query from given string request.
ToQueryString returns a comma separated list of given ids.
# Constants
Constant for gorp mapping.
StringDataRightTruncation is raisedalue is too long for varchar.
ViolateForeignKeyPGCode is the pg code when violating foreign key.
ViolateUniqueKeyPGCode is the pg code when duplicating unique key.
# Structs
Mapping is the global var for all registered mapping.
Query to get gorp entities in database.
SignedEntity struct for signed entity stored in database.
TableMapping represents a table mapping with gorp.