dbtype

package
v1.1.9 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2022 License: JSON Imports: 1 Imported by: 6

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MongodbDatabase

type MongodbDatabase struct {
	User     string
	Password string
	Host     string
	Port     int
	Database string
	Options  string
}

type MssqlDB

type MssqlDB struct {
	*sql.DB
}

type MssqlDatabase

type MssqlDatabase struct {
	User     string
	Password string
	Host     string
	Port     int
	Database string
	Options  string
}

type MysqlDB

type MysqlDB struct {
	*sql.DB
}

type MysqlDatabase

type MysqlDatabase struct {
	User     string
	Password string
	Host     string
	Port     int
	Database string
	Options  string
}

type OracleDB

type OracleDB struct {
	*sql.DB
}

type OracleDatabase

type OracleDatabase struct {
	User     string
	Password string
	Host     string
	Port     int
	Database string
	Options  string
}

type PostgresqlDB

type PostgresqlDB struct {
	*sql.DB
}

type PostgresqlDatabase

type PostgresqlDatabase struct {
	User     string
	Password string
	Host     string
	Port     int
	Database string
	Options  string
}

type RedisDatabase

type RedisDatabase struct {
	Password string
	Host     string
	Port     int
}

Jump to

Keyboard shortcuts

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