Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add F# community plugin #2295

Merged
merged 1 commit into from
Jun 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/reference/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ entries using the `db_type` key in order to generate the struct.

#### kotlin

> 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.

- `package`:
- The package name to use for the generated code.
- `out`:
Expand All @@ -234,6 +236,8 @@ entries using the `db_type` key in order to generate the struct.

#### python

> 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.

- `package`:
- The package name to use for the generated code.
- `out`:
Expand Down
29 changes: 21 additions & 8 deletions docs/reference/language-support.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,28 @@
Database and language support
#############################

======== ================= ============ ============ ===============
Language Plugin MySQL PostgreSQL SQLite
======== ================= ============ ============ ===============
Go (built-in) Stable Stable Beta
Kotlin sqlc-gen-kotlin Beta Beta Not implemented
Python sqlc-gen-python Beta Beta Not implemented
======== ================= ============ ============ ===============
======== =================== ============ ============ ===============
Language Plugin MySQL PostgreSQL SQLite
======== =================== ============ ============ ===============
Go (built-in) Stable Stable Beta
Kotlin `sqlc-gen-kotlin`_ Beta Beta Not implemented
Python `sqlc-gen-python`_ Beta Beta Not implemented
======== =================== ============ ============ ===============

Future Language Support
Community language support
**************************

======== ============================== =============== ============ ===============
Language Plugin MySQL PostgreSQL SQLite
======== ============================== =============== ============ ===============
F# `kaashyapan/sqlc-gen-fsharp`_ Not implemented Beta Beta
======== ============================== =============== ============ ===============

.. _kaashyapan/sqlc-gen-fsharp: https://github.com/kaashyapan/sqlc-gen-fsharp
.. _sqlc-gen-kotlin: https://github.com/tabbed/sqlc-gen-kotlin
.. _sqlc-gen-python: https://github.com/tabbed/sqlc-gen-python

Future language support
************************

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