Skip to content

Commit 7e1e8dc

Browse files
committed
chore: update readme
1 parent c608c1e commit 7e1e8dc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ A WASM plugin for SQLC allowing the generation of Java code.
55
> [!NOTE]
66
> Only the `PostgreSQL` engine is supported currently. Support for `MySQL` is planned.
77
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+
813
## Configuration Values
914

1015
| Name | Type | Required | Description |

0 commit comments

Comments
 (0)