Skip to content

Commit 184796e

Browse files
authored
docs: Add language support Matrix (#920)
1 parent b97a066 commit 184796e

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ code ever again.
6161
reference/config.md
6262
reference/datatypes.md
6363
reference/query-annotations.md
64+
reference/language-support.rst
6465

6566
.. toctree::
6667
:maxdepth: 2

docs/reference/language-support.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)