database

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2022 License: Unlicense Imports: 6 Imported by: 0

Documentation

Overview

Package database provides gorm connection

Index

Constants

This section is empty.

Variables

View Source
var (
	// DBConn Current Database connection
	DBConn *gorm.DB

	// Err Database connection error
	Err error
)

Functions

func MySQLConnect

func MySQLConnect(username, password, host, databaseName string)

MySQLConnect Connect to a MySQL driver-based database

func PostgreSQLConnect

func PostgreSQLConnect(username, password, host, databaseName, port, sslMode, timeZone string)

PostgreSQLConnect Connect to a PostgreSQL database

func SQLiteConnect added in v0.1.3

func SQLiteConnect(filename string)

SQLiteConnect ...

Types

This section is empty.

Jump to

Keyboard shortcuts

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