Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectorInterface ¶
type ConnectorInterface interface { GetConnection() string GetDriver() DriverInterface GetDB() any Connect() error }
type DriverInterface ¶
type DriverInterface interface { GetDriver() DBDriver IsDebug() bool NewConnector(name string) (ConnectorInterface, error) }
Click to show internal directories.
Click to hide internal directories.