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

Stored procedure #26

Closed elrhomariyounes closed 3 years ago

elrhomariyounes commented 3 years ago

Feature request

Is your feature request related to a problem? Please describe.

Hello, I saw in the PostgREST docs that we can call a stored procedure, I checked the postgrest-js repo and it's implemented.

I would love to work on it ☺️

Describe the solution you'd like

Questions

  1. Should the method be called from Table object or Client ?
acupofjose commented 3 years ago

That would be great! Call from ‘Client’ as I believe procedures are agnostic of Table