Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultDBConn = "master" SlaveDBConn = "slave" )
View Source
const ( PgxConnType = "pgx" SqlxConnType = "sqlx" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CallContextConnector ¶ added in v1.0.23
type CallTransactionConnector ¶ added in v1.0.23
type DBConnector ¶ added in v1.0.7
type DBConnector[T ConnectDB, M ConnectTx] interface { CallContextConnector[T] CallTransactionConnector[M] }
Click to show internal directories.
Click to hide internal directories.