# Packages
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Exec executes a query without returning any rows.
No description provided by the author
GetEntities convert rows to entity slice must provide pointer address for params.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Prepare creates a prepared statement for later queries or executions.
No description provided by the author
Query executes a query that returns rows, typically a SELECT.
No description provided by the author
QueryRow executes a query that is expected to return at most one row.
No description provided by the author
ScanRow convert row to struct must provide pointer address for params.
ScanRowBasic scans rows must pass pointer address for e param.
ScanRows convert rows to struct slice must provide pointer address for params.
ScanRowsBasic scans rows must pass pointer address for e param.
# Structs
No description provided by the author
compose sql.NullBool in NullBool.
compose sql.NullFloat64 in NullInt64.
compose sql.NullInt64 in NullInt64.
compose sql.NullString in NullString.
No description provided by the author
Point is a struct for DB point type.
# Interfaces
No description provided by the author
Repository2 if implemented should perform data conversion from sql type to desired struct type.
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
Json2dArray is a type for DB json array type.
JsonArray is a type for DB json array type.
JsonObject is a type for DB json array type.
JsonArray is a type for DB json array type.
StringArray represents a one-dimensional array of the PostgreSQL character types.