Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultYAML []byte
Functions ¶
func BootstrapDatabase ¶
Types ¶
type Database ¶
type Database struct {
Name string `yaml:"name"`
Owner string `yaml:"owner"`
Encoding string `yaml:"encoding"`
LcCollate string `yaml:"lc_collate"`
LcCtype string `yaml:"lc_ctype"`
Template string `yaml:"template"`
Extensions []string `yaml:"extensions"`
Grants []DatabaseGrant `yaml:"grants"`
Schemas []Schema `yaml:"schemas"`
}
type DatabaseGrant ¶
type Schema ¶
type Schema struct {
Name string `yaml:"name"`
Owner string `yaml:"owner"`
Grants []SchemaGrant `yaml:"grants"`
}
type SchemaGrant ¶
Click to show internal directories.
Click to hide internal directories.