makridenko / supadantic

Supadantic is a small Python library that allows you to manage Supabase tables through Pydantic models.
https://makridenko.github.io/supadantic/
MIT License
24 stars 2 forks source link

Remove `QSet` methods from `BaseSBModel` #19

Closed makridenko closed 2 months ago

makridenko commented 2 months ago

It should be more like django orm-style

User.objects.all()
User.objects.filter()
User.objects.exclude()
User.objects.update()
User.objects.delete()