A C# implementation of the Supabase client
$ dotnet add package Supabase
Documentation can be found below, on the Supabase Developer Documentation and additionally in the Generated API Docs.
**CHANGELOG is available in the repository root. **
supabase-csharp Nuget package has been renamed to Supabase and a depreciation notice set to encourage
adoption.Postgrest
to Supabase.Postgrest. Some minor refactoring will be required in the codebase.supabase to Supabase.Reminder: supabase-csharp has some APIs that require the service_key rather than the public_key (for instance:
the administration of users, bypassing database roles, etc.). If you are using
the service_key be sure it is not exposed client side. Additionally, if you need to use both a service account and
a public/user account, please do so using a separate client instance for each.
Join the ranks! See a problem? Help fix it!
We are more than happy to have contributions! Please submit a PR.