Skip to content

Commit 064b8f4

Browse files
committed
Updated README
1 parent d6f57de commit 064b8f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A WASM plugin for SQLC allowing the generation of Java code.
1717
| `package` | string | yes | The name of the package where the generated files will be located. |
1818
| `emit_exact_table_names` | boolean | no | Whether table names will not be forced to singular form when generating the models. Defaults to `false`. |
1919
| `inflection_exclude_table_names` | []string | no | Table names to be excluded from being forced into singular form when generating the models. |
20-
| `query_parameter_limit` | integer | no | not yet implemented |
20+
| `query_parameter_limit` | integer | no | The max number of query parameters allowed before automatically generating a data model for method input. |
2121
| `indent_char` | string | no | The character to use to indent the code. Defaults to space `" "`. |
2222
| `chars_per_indent_level` | integer | no | The number of characters per indent level. Defaults to `4`. |
2323
| `nullable_annotation` | string | no | The full import path for the nullable annotation to use. Defaults to `org.jspecify.annotations.Nullable`. Set to empty string to disable. |

0 commit comments

Comments
 (0)