Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DatabaseProvider ¶
type PostgresProvider ¶
type PostgresProvider struct {
// contains filtered or unexported fields
}
func (PostgresProvider) Bootstrap ¶
func (p PostgresProvider) Bootstrap(conn *sql.DB, migrationsFolder string) error
func (PostgresProvider) GetConnection ¶
func (p PostgresProvider) GetConnection() (*sql.DB, error)
func (PostgresProvider) Url ¶
func (p PostgresProvider) Url() string
Click to show internal directories.
Click to hide internal directories.