Documentation ¶
Index ¶
- Variables
- func GetBool(tree *toml.Tree, key string, values ...bool) bool
- func GetJSON(value interface{}) []byte
- func GetString(tree *toml.Tree, key string, values ...string) string
- func GetTree(tree *toml.Tree, key string) *toml.Tree
- func NormalizeName(s string) string
- func ParseString(value interface{}, values ...string) string
- func Plural(s string) string
- func StringifyTime(t time.Time) string
- func StripKeywords(s string, values []string) string
- type PostgresInstance
Constants ¶
This section is empty.
Variables ¶
View Source
var (
PostgresTableName = map[string]string{}
)
Functions ¶
func NormalizeName ¶
func ParseString ¶
func StringifyTime ¶
func StripKeywords ¶
Types ¶
type PostgresInstance ¶
type PostgresInstance struct {
// contains filtered or unexported fields
}
func (*PostgresInstance) CreateIndexes ¶
func (p *PostgresInstance) CreateIndexes(schemas iris.Map, indexes map[string][]string)
func (*PostgresInstance) CreateSchema ¶
func (pg *PostgresInstance) CreateSchema(cfg *toml.Tree, schemas iris.Map, citus iris.Map)
Click to show internal directories.
Click to hide internal directories.