Documentation ¶
Overview ¶
package cli exposes the command-line interface for sqlc. It can be used to run sqlc from Go without the overhead of creating a child process.
Example usage:
package main import ( "os" sqlc "github.com/kyleconroy/sqlc/pkg/cli" ) func main() { os.Exit(sqlc.Run(os.Args[1:])) }
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.