# Functions
ColumnString generate column description string according dialect.
FormatColumnTime format column time.
FullTableName returns table name with quote and schema according parameter.
OpenDialect opens a dialect via driver name and connection string.
QueryDefaultPostgresSchema returns the default postgres schema.
QueryDialect query if registered database dialect.
QueryDriver query a driver with name.
RegisterDialect register database dialect.
RegisterDriver register a driver.
RegisteredDriverSize returned all drivers's length.
TableNameNoSchema returns table name with given tableName.
TableNameWithSchema will add schema prefix on table name if possible.
# Constants
enumerates all autoincr mode.
All QuotePolicies.
All QuotePolicies.
All QuotePolicies.
enumerates all autoincr mode.
# Variables
DefaultPostgresSchema default postgres schema.
# Structs
Base represents a basic dialect and all real dialects could embed this struct.
DialectFeatures represents a dialect parameters.
DriverFeatures represents driver feature.
ScanContext represents a context when Scan.
SeqFilter filter SQL replace ?, ? ..
URI represents an uri to visit database.
# Type aliases
QuotePolicy describes quote handle policy.