drivers

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Oct 6, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// DBSQLite const string for sqlite across code base
	DBSQLite = "sqlite"

	// DBSQLite3 const string for sqlite3 across code base
	DBSQLite3 = "sqlite3"

	// DBPostgreSQL const string for PostgreSQL across code base
	DBPostgreSQL = "postgres"

	// DBMySQL const string for MySQL across code base
	DBMySQL = "mysql"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ConnectionDetails

type ConnectionDetails struct {
	Host     string
	Port     uint16
	Username string
	Password string
	Database string
	SSLMode  string
}

ConnectionDetails holds DSN information

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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