sqlConfig

package
v0.0.0-...-9e14dee Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2019 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ConfigEnvironment string
View Source
var ConfigFile string

Functions

func ConfigFlags

func ConfigFlags(f *flag.FlagSet)

func GetConnection

func GetConnection(env *Environment) (*sql.DB, string, error)

func ReadConfig

func ReadConfig() (map[string]*Environment, error)

Types

type Environment

type Environment struct {
	Dialect    string `yaml:"dialect"`
	DataSource string `yaml:"datasource"`
	Dir        string `yaml:"dir"`
	TableName  string `yaml:"table"`
	SchemaName string `yaml:"schema"`
}

func GetEnvironment

func GetEnvironment() (*Environment, error)

Jump to

Keyboard shortcuts

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