postgres

package
v0.0.0-...-e1a4e80 Latest Latest
Warning

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

Go to latest
Published: Dec 18, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewPsqlGormConnection

func NewPsqlGormConnection(opt DBConnOptions) (*gorm.DB, error)

Types

type DBConnOptions

type DBConnOptions struct {
	User     string
	Password string
	Host     string
	Port     uint
	DBName   string
	Schema   string
}

func (DBConnOptions) PostgresDSN

func (o DBConnOptions) PostgresDSN() string

Jump to

Keyboard shortcuts

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