dbutil

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2024 License: LGPL-2.1 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(dialect string, cfg Config, gormConfig *gorm.Config) (db *gorm.DB, err error)

New creates new database connection to the database server

Types

type Config added in v0.0.3

type Config struct {
	Host     string
	Port     int
	Username string
	Password string
	Database string
	Params   string
}

Config is the database configuration

Jump to

Keyboard shortcuts

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