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 linq support for `Select`, `Where`, `OnConflict`, `Columns`, `Order`, `Update`, `Set`, and `Delete` #60

Closed acupofjose closed 1 year ago

acupofjose commented 1 year ago

In reference to #58

acupofjose commented 1 year ago

@veleek any chance you'd be up for some more code review? I'd love your opinion on this!

veleek commented 1 year ago

Shoot, looks like I got to this too late. :)

veleek commented 1 year ago

Took a quick glance through and didn't see anything immediately troubling. But I'm not super familiar with expressions either.

acupofjose commented 1 year ago

Lol that’s what I get for coding on the weekend. Appreciate your time as always! Thanks @veleek