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 38b3419 commit 5ca1485Copy full SHA for 5ca1485
KSP/README.md
@@ -1,6 +1,6 @@
1
# Supabase KSP compiler
2
3
-Currently only supports generating columns for `@Selectable` types.
+Currently only supports generating columns for `@Selectable` data classes.
4
5
To install it, add the KSP Gradle plugin to your project:
6
Postgrest/README.md
@@ -60,7 +60,7 @@ val supabase = createSupabaseClient(
60
```
61
62
> [!NOTE]
63
-> Generating columns for `@Selectable` requires the [KSP compiler](/KSP) to be installed.
+> Generating columns for `@Selectable` data classes requires the [KSP compiler](/KSP) to be installed.
64
65
# Usage
66
0 commit comments