Skip to content

Commit ff85353

Browse files
docs: Add a sidebar link for push, add Go plugin link (#3023)
1 parent 4b0f618 commit ff85353

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

docs/reference/cli.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
# CLI
22

3-
```
3+
```sh
44
Usage:
55
sqlc [command]
66

77
Available 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

docs/reference/language-support.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Database and language support
55
Language Plugin MySQL PostgreSQL SQLite
66
======== =================== ============ ============ ===============
77
Go (built-in) Stable Stable Beta
8+
Go `sqlc-gen-go`_ Stable Stable Beta
89
Kotlin `sqlc-gen-kotlin`_ Beta Beta Not implemented
910
Python `sqlc-gen-python`_ Beta Beta Not implemented
1011
======== =================== ============ ============ ===============
@@ -18,6 +19,7 @@ Language Plugin MySQL PostgreSQL SQLite
1819
F# `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

0 commit comments

Comments
 (0)