Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CRDBMigrations = migrate.NewManager()
Functions ¶
This section is empty.
Types ¶
type CRDBDriver ¶
type CRDBDriver struct {
// contains filtered or unexported fields
}
func NewCRDBDriver ¶
func NewCRDBDriver(url string) (*CRDBDriver, error)
func (*CRDBDriver) Version ¶
func (apd *CRDBDriver) Version() (string, error)
func (*CRDBDriver) WriteVersion ¶
func (apd *CRDBDriver) WriteVersion(version, replaced string) error
Click to show internal directories.
Click to hide internal directories.