supabase-community / postgrest-csharp

A C# Client library for Postgrest
https://supabase-community.github.io/postgrest-csharp/api/Postgrest.html
MIT License
114 stars 22 forks source link

Add helper methods to `Table<>` for common db operations (Equals, Not Equals, etc.) #59

Closed acupofjose closed 1 year ago

acupofjose commented 1 year ago

Feature request

Javascript and Flutter clients have shorthand methods to support Equals, Not Equals operations. This should be implemented in our client. See: https://supabase.com/docs/reference/javascript/eq

acupofjose commented 1 year ago

Will be addressed and and alternative implementation offered by: #60