package
0.0.0-20210822100304-4e1d4fcc1e67
Repository: https://github.com/xormplus/xorm.git
Documentation: pkg.go.dev
# Functions
ColumnString generate column description string according dialect.
FormatTime format time as column type.
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.
RegisterDialect register database dialect.
TableNameNoSchema returns table name with given tableName.
TableNameWithSchema will add schema prefix on table name if possible.
# Constants
All QuotePolicies.
All QuotePolicies.
All QuotePolicies.
# Variables
DefaultPostgresSchema default postgres schema.
# Type aliases
QuotePolicy describes quote handle policy.