db

package
v0.0.0-...-3719db4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 26, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DBConf

type DBConf struct {
	DBString      string
	Driver        string
	MigrationsDir string
	Env           string
	PgSchema      string
}

DBConf is database configuration object

func NewDBConf

func NewDBConf(path, env string, pgschema string) (*DBConf, error)

NewDBConf extract configuration details from the given file inputs

	path: folder containing db info
 env: which DB environment to use
 pgschema: which postgres-schema to migrate (default = none)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL