# Functions
JSONRowMapper returns a row mapper that scans rows and maps them to [map[string]any].
NewDB creates a new database client for the provided name.
No description provided by the author
NewSchemaTableRef creates a new RelationRef with a schema and a table.
QueryAsync executes a query and returns a channel that will receive the results or an error, along with a function that the caller can use to leave the channel early.
QueryJSONAsync executes a query and returns a channel that will receive the results as json or an error, along with a function that the caller can use to leave the channel early.
QueryJSONMapAsync executes a query and returns a channel that will receive the results as a map or an error, along with a function that the caller can use to leave the channel early.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
# Structs
ColumnRef provides a reference to a table column.
No description provided by the author
QueryCondition defines a query condition.
QueryDef describes a query that consists of a table and columns that should be queried.
QueryOrder defines the query's order by clause.This only supports one order by column.
RelationRef provides a reference to a database table.
No description provided by the author
SchemaRef provides a reference to a database schema.
ValueOrError represents a value or an error.
# Interfaces
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
No description provided by the author
No description provided by the author
RowScan is an interface that represents a row scanner.
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RowMapper is a function that maps database rows to a value.