Skip to content

Commit 049c91a

Browse files
authored
Merge pull request #223 from RamiroND/patch-1
Added H2 with Python and Supabase Resources
2 parents 91c6f40 + f618a44 commit 049c91a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Supabase client for Python. This mirrors the design of [supabase-js](https://git
1717
## Status
1818

1919
- [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.
2121
- [ ] Public Beta: Stable enough for most non-enterprise use-cases
2222
- [ ] Public: Production-ready
2323

@@ -175,4 +175,9 @@ data = supabase.table("countries").delete().eq("id", 1).execute()
175175

176176
Realtime changes are unfortunately still a WIP. Feel free to file PRs to [realtime-py](https://github.com/supabase-community/realtime-py)
177177

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+

0 commit comments

Comments
 (0)