Documentation
¶
Index ¶
Constants ¶
View Source
const ( MigrateDirectionUp = "up" MigrateDirectionDown = "down" )
Variables ¶
View Source
var ( Seperator = strings.Repeat("=", 80) ThinSeperator = strings.Repeat("-", 80) )
various values used to generate output
View Source
var RootCmd = cobra.Command{
Use: "futura",
Short: "Futura is a DB management utility written in Go.",
Long: `Futura provides a means for managing the state of a database amoung team
members. It's goal is to provide a simple way to create, remove, truncate and
modify databases and tables by breaking them into incremenatl changes.`,
}
RootCmd is the core command other commands are attached to power the cobra CLI library.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.