We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c608c1e commit 7e1e8dcCopy full SHA for 7e1e8dc
README.md
@@ -5,6 +5,11 @@ A WASM plugin for SQLC allowing the generation of Java code.
5
> [!NOTE]
6
> Only the `PostgreSQL` engine is supported currently. Support for `MySQL` is planned.
7
8
+> [!IMPORTANT]
9
+> The generated code makes heavy use of records, so you must be using a Java version that has record support (14+). Support
10
+> is not currently planned for supporting earlier Java versions, but if you think you could implement it then feel free
11
+> to open a pull request.
12
+
13
## Configuration Values
14
15
| Name | Type | Required | Description |
0 commit comments