File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Supabase client for Python. This mirrors the design of [supabase-js](https://git
17
17
## Status
18
18
19
19
- [x] Alpha: We are testing Supabase with a closed set of customers
20
- - [x] Public Alpha: Anyone can sign up over at [ app.supabase.io] ( https://app.supabase.io ) . But go easy on us, there are a few kinks.
20
+ - [x] Public Alpha: Anyone can sign up over at [ app.supabase.io] ( https://app.supabase.com ) . But go easy on us, there are a few kinks.
21
21
- [ ] Public Beta: Stable enough for most non-enterprise use-cases
22
22
- [ ] Public: Production-ready
23
23
@@ -175,4 +175,9 @@ data = supabase.table("countries").delete().eq("id", 1).execute()
175
175
176
176
Realtime changes are unfortunately still a WIP. Feel free to file PRs to [ realtime-py] ( https://github.com/supabase-community/realtime-py )
177
177
178
- See [ Supabase Docs] ( https://supabase.io/docs/guides/client-libraries ) for full list of examples
178
+ See [ Supabase Docs] ( https://supabase.com/docs/guides/client-libraries ) for full list of examples
179
+
180
+ ## Python and Supabase Resources
181
+
182
+ - [ Python data loading with Supabase] ( https://supabase.com/blog/2022/06/15/loading-data-supabase-python )
183
+
You can’t perform that action at this time.
0 commit comments