drivers

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Feb 24, 2020 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Configurator

type Configurator interface {
	// DriverName for all nodes.
	DriverName() string
	// DataSourceNames returns a DataSourceName
	// (aka connection string) for each DB Node.
	DataSourceNames() []string
	// MasterQuery returns a query string which is capable of
	// determining the master state of a DB node.
	// The query should return `true` if the node is master,
	// `false` otherwise.
	MasterQuery() string
	// WhiteList returns true if the passed error is not a connection on DB consistency error.
	// WhiteListed errors will not be counted towards the Node's fail statistics.
	WhiteList(error) bool
}

Configurator is used to configure different database flavors

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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