package
1.9.1
Repository: https://github.com/jfrog/go-dbmigrate.git
Documentation: pkg.go.dev

# Packages

Package bash implements the Driver interface.
Package cassandra implements the Driver interface.
No description provided by the author
No description provided by the author
Package mysql implements the Driver interface.
Package postgres implements the Driver interface.
Package sqlite3 implements the Driver interface.

# Functions

No description provided by the author
Drivers returns a sorted list of the names of the registered drivers.
GenerateAdvisoryLockId inspired by rails migrations, see https://goo.gl/8o9bCT.
Retrieves a registered driver by name.
New returns Driver and calls Initialize on it.
No description provided by the author
Registers a driver so it can be created from its name.

# Variables

No description provided by the author
No description provided by the author

# Structs

No description provided by the author

# Interfaces

Driver is the interface type that needs to implemented by all drivers.