Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Credentials ¶
type Credentials struct {
DBName string `json:"dbname"`
Username string `json:"username"`
Password string `json:"password"`
Host string `json:"host"`
Port string `json:"port"`
Url string `json:"url"`
}
Credentials contains all information that is needed to connect to created databases
type PGP ¶
type PGP struct {
// contains filtered or unexported fields
}
PGP is a postgresql manipulation entity implementation
func (*PGP) CreateUser ¶
CreateUser creates a user for the named database
Click to show internal directories.
Click to hide internal directories.