Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClearConnector ¶ added in v0.2.21
func ClearConnector()
Types ¶
type ConnectedConnector ¶ added in v0.3.2
ConnectedConnector satifies the connector interface for an already connected gorm.DB instance.
func (ConnectedConnector) Connect ¶ added in v0.3.2
func (c ConnectedConnector) Connect() (*gorm.DB, error)
func (ConnectedConnector) DB ¶ added in v0.3.2
func (c ConnectedConnector) DB() *gorm.DB
type Connector ¶
func GetConnector ¶ added in v0.2.21
type DBMigrator ¶
func NewDBMigrator ¶
func NewDBMigrator(db *gorm.DB) (DBMigrator, error)
Click to show internal directories.
Click to hide internal directories.