dbutil

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2018 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetCADataSource added in v1.1.0

func GetCADataSource(dbtype, datasource string, cacount int) string

GetCADataSource returns a datasource with a unqiue database name

func MaskDBCred added in v1.0.5

func MaskDBCred(str string) string

MaskDBCred hides DB credentials in connection string

func NewUserRegistryMySQL

func NewUserRegistryMySQL(datasource string, clientTLSConfig *tls.ClientTLSConfig, csp bccsp.BCCSP) (*sqlx.DB, error)

NewUserRegistryMySQL opens a connection to a postgres database

func NewUserRegistryPostgres

func NewUserRegistryPostgres(datasource string, clientTLSConfig *tls.ClientTLSConfig) (*sqlx.DB, error)

NewUserRegistryPostgres opens a connection to a postgres database

func NewUserRegistrySQLLite3

func NewUserRegistrySQLLite3(datasource string) (*sqlx.DB, error)

NewUserRegistrySQLLite3 returns a pointer to a sqlite database

func UpdateDBLevel added in v1.1.0

func UpdateDBLevel(db *sqlx.DB, levels *Levels) error

UpdateDBLevel updates the levels for the tables in the database

func UpdateSchema added in v1.1.0

func UpdateSchema(db *sqlx.DB, levels *Levels) error

UpdateSchema updates the database tables to use the latest schema

Types

type Levels added in v1.1.0

type Levels struct {
	Identity    int
	Affiliation int
	Certificate int
}

Levels contains the levels of identities, affiliations, and certificates

Jump to

Keyboard shortcuts

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