Skip to content

Commit d812709

Browse files
authored
Update README.md (#3116)
* Update README.md * Update README.md * Update the langauge support docs
1 parent c9d826b commit d812709

File tree

2 files changed

+21
-9
lines changed

2 files changed

+21
-9
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ Check out [an interactive example](https://play.sqlc.dev/) to see it in action,
2020
- [Downloads](https://downloads.sqlc.dev/)
2121
- [Community](https://discord.gg/EcXzGe5SEs)
2222

23+
## Supported languages
24+
25+
- [sqlc-gen-go](https://github.com/sqlc-dev/sqlc-gen-go)
26+
- [sqlc-gen-kotlin](https://github.com/sqlc-dev/sqlc-gen-kotlin)
27+
- [sqlc-gen-python](https://github.com/sqlc-dev/sqlc-gen-python)
28+
- [sqlc-gen-typescript](https://github.com/sqlc-dev/sqlc-gen-typescript)
29+
30+
Additional languages can be added via [plugins](https://docs.sqlc.dev/en/latest/reference/language-support.html#community-language-support).
31+
2332
## Acknowledgments
2433

2534
sqlc was inspired by [PugSQL](https://pugsql.org/) and

docs/reference/language-support.rst

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
Database and language support
22
#############################
33

4-
======== =================== ============ ============ ===============
5-
Language Plugin MySQL PostgreSQL SQLite
6-
======== =================== ============ ============ ===============
7-
Go (built-in) Stable Stable Beta
8-
Go `sqlc-gen-go`_ Stable Stable Beta
9-
Kotlin `sqlc-gen-kotlin`_ Beta Beta Not implemented
10-
Python `sqlc-gen-python`_ Beta Beta Not implemented
11-
======== =================== ============ ============ ===============
4+
========== ======================= ============ ============ ===============
5+
Language Plugin MySQL PostgreSQL SQLite
6+
========== ======================= ============ ============ ===============
7+
Go (built-in) Stable Stable Beta
8+
Go `sqlc-gen-go`_ Stable Stable Beta
9+
Kotlin `sqlc-gen-kotlin`_ Beta Beta Not implemented
10+
Python `sqlc-gen-python`_ Beta Beta Not implemented
11+
TypeScript `sqlc-gen-typescript`_ Beta Beta Not implemented
12+
========== ======================= ============ ============ ===============
1213

1314
Community language support
1415
**************************
1516

17+
New languages can be added via :doc:`plugins <../guides/plugins>`.
18+
1619
======== ============================== =============== ============ ===============
1720
Language Plugin MySQL PostgreSQL SQLite
1821
======== ============================== =============== ============ ===============
@@ -23,9 +26,9 @@ F# `kaashyapan/sqlc-gen-fsharp`_ Not implemented Beta Beta
2326
.. _kaashyapan/sqlc-gen-fsharp: https://github.com/kaashyapan/sqlc-gen-fsharp
2427
.. _sqlc-gen-kotlin: https://github.com/sqlc-dev/sqlc-gen-kotlin
2528
.. _sqlc-gen-python: https://github.com/sqlc-dev/sqlc-gen-python
29+
.. _sqlc-gen-typescript: https://github.com/sqlc-dev/sqlc-gen-typescript
2630

2731
Future language support
2832
************************
2933

3034
- `C# <https://github.com/sqlc-dev/sqlc/issues/373>`_
31-
- `TypeScript <https://github.com/sqlc-dev/sqlc/issues/296>`_

0 commit comments

Comments
 (0)