Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DumpCmd = &cobra.Command{ Use: "dump", Short: "Dump database schema for a specific schema", Long: "Dump and output database schema information for a specific schema. Uses the --schema flag to target a particular schema (defaults to 'public').", RunE: runDump, SilenceUsage: true, PreRunE: util.PreRunEWithEnvVarsAndConnection(&db, &user, &host, &port), }
Functions ¶
func ExecuteDump ¶
func ExecuteDump(config *DumpConfig) (string, error)
ExecuteDump executes the dump operation with the given configuration
Types ¶
Click to show internal directories.
Click to hide internal directories.