@supabase/lite 0.6.1-next.3 → 0.6.1-next.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/STATUS.md +2 -0
- package/dist/cli/index.js +111 -108
- package/dist/cli/lib.js +38 -35
- package/dist/index.d.ts +6 -0
- package/dist/index.js +38 -38
- package/package.json +1 -1
package/STATUS.md
CHANGED
|
@@ -230,6 +230,8 @@ RLS is supported on all database backends. The enforcement strategy differs by d
|
|
|
230
230
|
| `TO role` (`anon`, `authenticated`, `PUBLIC`) | ✅ | ✅ | Role-based policy filtering; omitting `TO` = PUBLIC (warns) |
|
|
231
231
|
| Auth placeholders (`auth.uid()`, `auth.jwt()`) | ✅ | ✅ | Resolved at runtime from JWT context |
|
|
232
232
|
|
|
233
|
+
Each supported behavior is regression-covered against both backends in [`app/test/db/rls/pglite-comparison.test.ts`](https://github.com/supabase-community/lite/blob/HEAD/app/test/db/rls/pglite-comparison.test.ts) (LITE-271), so a silent SQLite bypass fails the suite.
|
|
234
|
+
|
|
233
235
|
**Known limitations (SQLite):**
|
|
234
236
|
|
|
235
237
|
| Limitation | Details |
|