We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c6f40 commit b7ca664Copy full SHA for b7ca664
README.md
@@ -176,3 +176,8 @@ data = supabase.table("countries").delete().eq("id", 1).execute()
176
Realtime changes are unfortunately still a WIP. Feel free to file PRs to [realtime-py](https://github.com/supabase-community/realtime-py)
177
178
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