Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "prest", Short: "Serve a RESTful API from any PostgreSQL database", Long: `Serve a RESTful API from any PostgreSQL database, start HTTP server`, Run: func(cmd *cobra.Command, args []string) { app() }, }
RootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.