File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ code ever again.
4242 :hidden:
4343
4444 howto/generate.md
45+ howto/push.md
4546 howto/verify.md
4647 howto/vet.md
4748
Original file line number Diff line number Diff line change 11# CLI
22
3- ```
3+ ``` sh
44Usage:
55 sqlc [command]
66
77Available Commands:
88 compile Statically check SQL for syntax and type errors
99 completion Generate the autocompletion script for the specified shell
10+ createdb Create an ephemeral database
1011 diff Compare the generated files to the existing files
11- generate Generate Go code from SQL
12+ generate Generate source code from SQL
1213 help Help about any command
1314 init Create an empty sqlc.yaml settings file
14- push Push schema, queries, and configuration for this project
15+ push Push the schema, queries, and configuration for this project
1516 verify Verify schema, queries, and configuration for this project
1617 version Print the sqlc version number
1718 vet Vet examines queries
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ Database and language support
55Language Plugin MySQL PostgreSQL SQLite
66======== =================== ============ ============ ===============
77Go (built-in) Stable Stable Beta
8+ Go `sqlc-gen-go `_ Stable Stable Beta
89Kotlin `sqlc-gen-kotlin `_ Beta Beta Not implemented
910Python `sqlc-gen-python `_ Beta Beta Not implemented
1011======== =================== ============ ============ ===============
@@ -18,6 +19,7 @@ Language Plugin MySQL PostgreSQL SQLite
1819F# `kaashyapan/sqlc-gen-fsharp `_ Not implemented Beta Beta
1920======== ============================== =============== ============ ===============
2021
22+ .. _sqlc-gen-go : https://github.com/sqlc-dev/sqlc-gen-go
2123.. _kaashyapan/sqlc-gen-fsharp : https://github.com/kaashyapan/sqlc-gen-fsharp
2224.. _sqlc-gen-kotlin : https://github.com/sqlc-dev/sqlc-gen-kotlin
2325.. _sqlc-gen-python : https://github.com/sqlc-dev/sqlc-gen-python
You can’t perform that action at this time.
0 commit comments