supabase-community / supabase-csharp

A C# Client library for Supabase
https://github.com/supabase-community/supabase-csharp/wiki
MIT License
501 stars 51 forks source link

Support for Records instead of only classes for models #169

Open MhouneyLH opened 2 months ago

MhouneyLH commented 2 months ago

Currently it is only possible to use the Supabase.Postgrest.Attributes; with classes. Records are much more succinct than classes. Is there any particular reason why records are not supported?