# Functions
NewBase Create new object type Base.
# Constants
DrvClickhouse Yandex Clickhouse.
DrvMysql MySQL.
DrvPostgres Postgres SQL.
DrvRedshift Redshift.
DrvSqlite3 sqlite3.
DrvTidb Tidb.
TBool The bool type.
TBytes The slice of bytes.
TFloat64 The float64 type.
TInt64 The int64 type.
TString The string type.
TTime The time.Time type.
TUint64 The uint64 type.
# Variables
Abbreviations Main abbreviations.
NumberToWordMap Map for conversion first symbol of a structure fields from number to word.
# Interfaces
Dialect abstracts the details of specific SQL dialects.