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

`delete` method #8

Closed makridenko closed 3 months ago

makridenko commented 3 months ago
user = User()
user.save()
user.delete()