supabase-effect
v0.1.0
Published
An Effect-ts wrapper for supabase
Maintainers
Readme
effect-supabase
An Effect-ts wrapper for Supabase that provides type-safe, composable database operations. NOTE: it only supports effect@v4, which is currently experimental. (2026-03-11)
TODOs
SupabaseClient
- [x] Client Wrapper (SupabaseClient, and associated layers, constructors.)
Authentication
- [ ] Full support on authentication utils.
- [ ] Type-safe authentication error codes.
Storage
- [ ] Full support on storage utils.
Functions (Serverless features from supabase)
- [ ] Full support on function utils.
Realtime
- [ ] Full support on realtime utils.
Postgrest
- [x] Basic Postgrest utility - Effect-ts styled utilities
- [ ] Type-safe postgres error codes.
- [ ] PostgrestQueryBuilder support - needs further specification, and discussion on supportability.
