File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ code ever again.
61
61
reference/config.md
62
62
reference/datatypes.md
63
63
reference/query-annotations.md
64
+ reference/language-support.rst
64
65
65
66
.. toctree ::
66
67
:maxdepth: 2
Original file line number Diff line number Diff line change
1
+ Database and Language Support
2
+ #############################
3
+
4
+ ======== ====== ==========
5
+ Language MySQL PostgreSQL
6
+ -------- ------ ----------
7
+ Go Stable Stable
8
+ Kotlin Beta Beta
9
+ ======== ====== ==========
10
+
11
+ Planned Language Support
12
+ ************************
13
+
14
+ - `C# <https://github.com/kyleconroy/sqlc/issues/373 >`_
15
+ - `TypeScript <https://github.com/kyleconroy/sqlc/issues/296 >`_
16
+
17
+ Planned Database Support
18
+ ************************
19
+
20
+ - `SQLite <https://github.com/kyleconroy/sqlc/issues/161 >`_
You can’t perform that action at this time.
0 commit comments