package
Version:
v0.0.0-...-a297e19
Opens a new window with list of versions in this module.
Published: Nov 14, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
New creates a new postgres database connection
NewRole returns a new RoleRepo
type Config struct {
Host string `yaml:"host"`
Port string `yaml:"port"`
User string `yaml:"user"`
Password string `yaml:"password"`
Database string `yaml:"database"`
SSLMode string `yaml:"ssl_mode"`
}
Config is the configuration for the postgres database
Source Files
¶
Click to show internal directories.
Click to hide internal directories.