File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ code ever again.
42
42
:hidden:
43
43
44
44
howto/generate.md
45
+ howto/push.md
45
46
howto/verify.md
46
47
howto/vet.md
47
48
Original file line number Diff line number Diff line change 1
1
# CLI
2
2
3
- ```
3
+ ``` sh
4
4
Usage:
5
5
sqlc [command]
6
6
7
7
Available Commands:
8
8
compile Statically check SQL for syntax and type errors
9
9
completion Generate the autocompletion script for the specified shell
10
+ createdb Create an ephemeral database
10
11
diff Compare the generated files to the existing files
11
- generate Generate Go code from SQL
12
+ generate Generate source code from SQL
12
13
help Help about any command
13
14
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
15
16
verify Verify schema, queries, and configuration for this project
16
17
version Print the sqlc version number
17
18
vet Vet examines queries
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ Database and language support
5
5
Language Plugin MySQL PostgreSQL SQLite
6
6
======== =================== ============ ============ ===============
7
7
Go (built-in) Stable Stable Beta
8
+ Go `sqlc-gen-go `_ Stable Stable Beta
8
9
Kotlin `sqlc-gen-kotlin `_ Beta Beta Not implemented
9
10
Python `sqlc-gen-python `_ Beta Beta Not implemented
10
11
======== =================== ============ ============ ===============
@@ -18,6 +19,7 @@ Language Plugin MySQL PostgreSQL SQLite
18
19
F# `kaashyapan/sqlc-gen-fsharp `_ Not implemented Beta Beta
19
20
======== ============================== =============== ============ ===============
20
21
22
+ .. _sqlc-gen-go : https://github.com/sqlc-dev/sqlc-gen-go
21
23
.. _kaashyapan/sqlc-gen-fsharp : https://github.com/kaashyapan/sqlc-gen-fsharp
22
24
.. _sqlc-gen-kotlin : https://github.com/sqlc-dev/sqlc-gen-kotlin
23
25
.. _sqlc-gen-python : https://github.com/sqlc-dev/sqlc-gen-python
You can’t perform that action at this time.
0 commit comments