File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -85,11 +85,28 @@ The above test database is a blank supabase instance that has populated the `cou
85
85
Rough roadmap:
86
86
87
87
- [x] Wrap [ Postgrest-py] ( https://github.com/supabase-community/postgrest-py/ )
88
+ - [ ] Add remaining filters
89
+ - [ ] Add support for EXPLAIN
90
+ - [ ] Add proper error handling
88
91
- [ ] Wrap [ Realtime-py] ( https://github.com/supabase-community/realtime-py )
92
+ - [ ] Integrate with Supabase-py
93
+ - [ ] Support WALRUS
94
+ - [ ] Support broadcast (to check if already supported)
89
95
- [x] Wrap [ Gotrue-py] ( https://github.com/supabase-community/gotrue-py )
96
+ - [ ] Remove references to GoTrue-js v1 and do a proper release
97
+ - [ ] Test and document common flows (e.g. sign in with OAuth, sign in with OTP)
98
+ - [ ] Add MFA methods and SSO methods
90
99
- [x] Wrap [ storage-py] ( https://github.com/supabase-community/storage-py )
100
+ - [ ] Support resumable uploads
101
+ - [ ] Setup testing environment
102
+ - [ ] Document how to properly upload different file types (e.g. jpeg/png and download it)
91
103
- [x] Wrap [ functions-py] ( https://github.com/supabase-community/functions-py )
92
104
105
+ Overall Tasks:
106
+ - [ ] Add async support across the entire library
107
+ - [ ] Add FastAPI helper library (external to supabase-py)
108
+ - [ ] Add ` django-supabase-postgrest ` (external to supabase-py)
109
+
93
110
### Client Library
94
111
95
112
## Authenticate
You can’t perform that action at this time.
0 commit comments