Documentation
¶
Index ¶
- func CreateDb(dbname string) error
- func DbExists(dbname string) bool
- func DeleteDb(dbname string) error
- func DumpDb(outputFilePath string, v *viper.Viper, onlySchema bool) error
- func GetExistingDbs() ([]string, error)
- func GetTableSchema(schema string, tablename string) (*types.TableSchema, error)
- func ListTablesInDb() ([]types.Table, error)
- func RestoreDb(dbname string, v *viper.Viper, dumpFilePath string, override bool) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetExistingDbs ¶
func GetTableSchema ¶
func GetTableSchema(schema string, tablename string) (*types.TableSchema, error)
func ListTablesInDb ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.