Skip to content

Commit 591d6bb

Browse files
authored
docs: Add F# community plugin (#2295)
Add removal notices to the configuration. Add external links to the official plugins.
1 parent fb6bb83 commit 591d6bb

File tree

2 files changed

+25
-8
lines changed

2 files changed

+25
-8
lines changed

docs/reference/config.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,8 @@ entries using the `db_type` key in order to generate the struct.
225225

226226
#### kotlin
227227

228+
> Removed in v1.17.0 and replaced by the [sqlc-gen-kotlin](https://github.com/tabbed/sqlc-gen-kotlin) plugin. Follow the [migration guide](../guides/migrating-to-sqlc-gen-kotlin) to switch.
229+
228230
- `package`:
229231
- The package name to use for the generated code.
230232
- `out`:
@@ -234,6 +236,8 @@ entries using the `db_type` key in order to generate the struct.
234236

235237
#### python
236238

239+
> Removed in v1.17.0 and replaced by the [sqlc-gen-python](https://github.com/tabbed/sqlc-gen-python) plugin. Follow the [migration guide](../guides/migrating-to-sqlc-gen-python) to switch.
240+
237241
- `package`:
238242
- The package name to use for the generated code.
239243
- `out`:

docs/reference/language-support.rst

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

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

12-
Future Language Support
12+
Community language support
13+
**************************
14+
15+
======== ============================== =============== ============ ===============
16+
Language Plugin MySQL PostgreSQL SQLite
17+
======== ============================== =============== ============ ===============
18+
F# `kaashyapan/sqlc-gen-fsharp`_ Not implemented Beta Beta
19+
======== ============================== =============== ============ ===============
20+
21+
.. _kaashyapan/sqlc-gen-fsharp: https://github.com/kaashyapan/sqlc-gen-fsharp
22+
.. _sqlc-gen-kotlin: https://github.com/tabbed/sqlc-gen-kotlin
23+
.. _sqlc-gen-python: https://github.com/tabbed/sqlc-gen-python
24+
25+
Future language support
1326
************************
1427

1528
- `C# <https://github.com/kyleconroy/sqlc/issues/373>`_

0 commit comments

Comments
 (0)