Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "prestd", Short: "Serve a RESTful API from any PostgreSQL database", Long: `pREST (PostgreSQL REST), simplify and accelerate development, ⚡ instant, realtime, high-performance on any Postgres application, existing or new`, Run: func(cmd *cobra.Command, args []string) { if config.PrestConf.Adapter == nil { nlog.Warningln("adapter is not set. Using the default (postgres)") postgres.Load() } startServer() }, }
RootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.