supadantic icon indicating copy to clipboard operation
supadantic copied to clipboard

Optimize supabase queries by sending a single request at the end of `QSet` formation

Open makridenko opened this issue 10 months ago • 0 comments

# This hits supabase 3 times, need 1 
User.filter(eq={'name': 'name'}).filter(eq={'age': 21}).filter(eq={'is_active': True})

makridenko avatar Apr 24 '24 04:04 makridenko