package
1.0.3
Repository: https://github.com/webnice/d2s.git
Documentation: pkg.go.dev

# 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.

# Structs

Base type.
ColumnInfo Информация о колонке.
TableInfo Информация о таблице.

# Interfaces

Dialect abstracts the details of specific SQL dialects.

# Type aliases

ColumnName Тип названия колонки.
GoType Golang types map.