# Functions
New returns an error that formats as the given text.
NewPoolService creates a psql service from a connection string and initialises the connection pool.
NewPoolService creates a psql service using environment variables and initialises the connection pool.
NewService returns a database handle configured with the given connection string.
NewWhereBuilder creates a WhereBuilder.
ParseTimeFilter parses a time string for a given query suffix.
# Variables
ComparisonSuffixes are used to determine the type of comparison used in a query parameter.
DatasetFilterGroupByPaths provides paths/values for grouping datasets.
Errors from the underlying database connection.
Errors exported by the database layer.
Errors exported by the database layer.
Errors exported by the database layer.
Errors exported by the database layer.
Errors exported by the database layer.
Errors from the underlying database connection.
Errors from the underlying database connection.
TimeZoneRegex is used to determine if a date string ends with a timezone offset.
# Structs
No description provided by the author
DatabaseError is a trivial implementation of error.
DatasetFilter is used to specify filtering options for datasets.
DB holds the database methods and configuration.
TimeFilter contains data for time-based filtering.
No description provided by the author
WhereBuilder is a helper object for creating SQL WHERE statements.