Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dialect ¶
type Dialect string
Dialect represents the SQL database dialect being used.
func (Dialect) InsertIgnore ¶
InsertIgnore returns the appropriate INSERT IGNORE/ON CONFLICT DO NOTHING syntax.
func (Dialect) IsPostgres ¶
IsPostgres returns true if the dialect is PostgreSQL.
Click to show internal directories.
Click to hide internal directories.