Documentation
¶
Index ¶
Constants ¶
View Source
const ( EngineMySQL = "mysql" EngineSQLite = "sqlite" EnginePostgres = "postgresql" )
View Source
const ( // Reference: https://dev.mysql.com/doc/mysql-errors/8.0/en/server-error-reference.html MySQLErrorCodeDuplicateEntry = 1062 // Reference: https://www.postgresql.org/docs/13/errcodes-appendix.html PgSQLErrorCodeDuplicateEntry = "23505" )
Variables ¶
This section is empty.
Functions ¶
func InitDatabase ¶
func InitDatabase() error
func IsErrorDuplicateEntry ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.