gdriver

package
v0.0.0-...-f3abbe6 Latest Latest
Warning

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

Go to latest
Published: Sep 27, 2020 License: MIT Imports: 1 Imported by: 8

Documentation

Index

Constants

View Source
const (
	MongoDB     = Driver("mongodb")
	Redis       = Driver("redis")
	SQLite      = Driver("sqlite")
	MySQL       = Driver("mysql")
	PgSQL       = Driver("pgsql")
	TiDB        = Driver("tidb")
	CockroachDB = Driver("cockroachdb")
	Mssql       = Driver("mssql")
	Oracle      = Driver("oracle")
)

Don't support old databases such like MSSQL, Oracle, Access... Old databases will break compatibility.

Variables

View Source
var (
	ErrUnsupportedDriver = errors.New("Unsupported Database Driver")
)

Functions

This section is empty.

Types

type Driver

type Driver string

func (Driver) String

func (dvr Driver) String() string

Jump to

Keyboard shortcuts

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