Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DEFAULT_SELECTS_COLUMNS = DefaultSelects([]pkg_types.SelectQuerySQLOperation{}) DEFAULT_SELECTS_JOIN_COLUMNS = DefaultSelectsJoin([]pkg_types.SelectJoinQuerySQLOperation{}) )
View Source
var ( POSTGRES = DialectDatabaseSQL("postgres") MYSQL = DialectDatabaseSQL("mysql") )
View Source
var (
REDIS = DialectDatabaseCache("redis")
)
Functions ¶
This section is empty.
Types ¶
type DefaultSelects ¶
type DefaultSelects []pkg_types.SelectQuerySQLOperation
type DefaultSelectsJoin ¶
type DefaultSelectsJoin []pkg_types.SelectJoinQuerySQLOperation
type DialectDatabaseCache ¶
type DialectDatabaseCache string
type DialectDatabaseSQL ¶
type DialectDatabaseSQL string
Click to show internal directories.
Click to hide internal directories.