You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,11 @@ A WASM plugin for SQLC allowing the generation of Python code.
4
4
5
5
> [!NOTE]
6
6
> This is currently being worked on. It is far from being ready for any kind of release, let alone a stable one.
7
-
> Please wait for the first GitHub release; before that, this plugin is likely to not work.
7
+
> Please wait for the v1 release; before that, this plugin is likely to not work.
8
8
9
9
## Feature Support
10
-
Every [sqlc macro](https://docs.sqlc.dev/en/latest/reference/macros.html) is supported.
11
-
The supported Query commands depend on the SQL driver you are using, supported commands are listed below.
10
+
Every [sqlc macro](https://docs.sqlc.dev/en/latest/reference/macros.html) is supported.
11
+
The supported [query commands](https://docs.sqlc.dev/en/latest/reference/query-annotations.html) depend on the SQL driver you are using, supported commands are listed below.
12
12
> Every `:batch*` command is not supported by this plugin and probably will never be.
13
13
14
14
> Prepared Queries are not planned for the near future, but will be implemented sooner or later
0 commit comments