postgres

package module
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Oct 9, 2024 License: MIT Imports: 3 Imported by: 1

README

postgres

PostgresSQL driver for Cosy

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Open

func Open(dbs DBSettings) gorm.Dialector

Types

type DBSettings added in v0.2.0

type DBSettings interface {
	GetHost() string
	GetUser() string
	GetPassword() string
	GetName() string
	GetPort() uint
}

Jump to

Keyboard shortcuts

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