We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b97a066 commit 184796eCopy full SHA for 184796e
2 files changed
docs/index.rst
@@ -61,6 +61,7 @@ code ever again.
61
reference/config.md
62
reference/datatypes.md
63
reference/query-annotations.md
64
+ reference/language-support.rst
65
66
.. toctree::
67
:maxdepth: 2
docs/reference/language-support.rst
@@ -0,0 +1,20 @@
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>`_
0 commit comments