added example for insert and filtering using python#3162
added example for insert and filtering using python#3162kiwicopple merged 2 commits intosupabase:masterfrom
Conversation
|
This pull request is being automatically deployed with Vercel (learn more). about – ./about🔍 Inspect: https://vercel.com/supabase/about/wqz2zMdEzaWbPeSXTH8h73CJAyFK main – ./🔍 Inspect: https://vercel.com/supabase/main/E4AVFzPS8r6XTaLNpgZQahtvJ4YD www – ./www🔍 Inspect: https://vercel.com/supabase/www/EXD775hc9za32FmkZx4bdU9Zfzab [Deployment for c071116 canceled] docs – ./web🔍 Inspect: https://vercel.com/supabase/docs/A6zBaxdUjDzVw5pzUC4vaBa72cny |
|
Thanks for these PR's @sureshdsk . If you email your details to swag@supabase (tshirt size and postal address) we can sort you out with some swag! |
|
@kiwicopple thats cool! Thank you so much :) |
What kind of change does this PR introduce?
docs update
Fixes #3161
What is the current behavior?
https://supabase.io/docs/guides/client-libraries#managing-data
Python example missing for filtering and insert not updated yet.
What is the new behavior?
added example for insert and filtering using python