Skip to content

Commit b7ca664

Browse files
author
Ramiro Nuñez Dosio
authored
Added H2 with Python and Supabase Resources
1 parent 91c6f40 commit b7ca664

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,3 +176,8 @@ data = supabase.table("countries").delete().eq("id", 1).execute()
176176
Realtime changes are unfortunately still a WIP. Feel free to file PRs to [realtime-py](https://github.com/supabase-community/realtime-py)
177177

178178
See [Supabase Docs](https://supabase.io/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)