dbconf

package
v1.6.5 Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2024 License: BSD-2-Clause Imports: 6 Imported by: 71

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DBFromConfig

func DBFromConfig(path string) (db *sqlx.DB, err error)

DBFromConfig opens a sql.DB from settings in a db config file

Types

type DBConfig

type DBConfig struct {
	DriverName     string `json:"driver"`
	DataSourceName string `json:"data_source"`
}

DBConfig contains the database driver name and configuration to be passed to Open

func LoadFile

func LoadFile(path string) (cfg *DBConfig, err error)

LoadFile attempts to load the db configuration file stored at the path and returns the configuration. On error, it returns nil.

Jump to

Keyboard shortcuts

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