1- <p align =" center " >
2- <img width =" 300 " src =" .github/supabase-csharp.png " />
3- </p >
4- <p align =" center " >
5- <img src =" https://github.com/supabase/supabase-csharp/workflows/Build%20And%20Test/badge.svg " />
6- <a href =" https://www.nuget.org/packages/Supabase/ " >
7- <img src="https://img.shields.io/nuget/vpre/Supabase"/>
8- </a >
9- </p >
1+ # Supabase.Csharp
2+
3+ [ ![ Build and Test] ( https://github.com/supabase-community/supabase-csharp/actions/workflows/build-and-test.yml/badge.svg )] ( https://github.com/supabase-community/supabase-csharp/actions/workflows/build-and-test.yml )
4+ [ ![ NuGet] ( https://img.shields.io/nuget/vpre/Supabase )] ( https://www.nuget.com/packages/Supabase/ )
105
116Documentation can be found [ below] ( #getting-started ) , on
127the [ Supabase Developer Documentation] ( https://supabase.com/docs/reference/csharp/introduction ) and additionally in
@@ -26,15 +21,15 @@ the [Generated API Docs](https://supabase-community.github.io/supabase-csharp/ap
2621## Features
2722
2823- [x] Integration with [ Supabase.Realtime] ( https://github.com/supabase-community/realtime-csharp )
29- - Realtime listeners for database changes
24+ - Realtime listeners for database changes
3025- [x] Integration with [ Postgrest] ( https://github.com/supabase-community/postgrest-csharp )
31- - Access your database using a REST API generated from your schema & database functions
26+ - Access your database using a REST API generated from your schema & database functions
3227- [x] Integration with [ Gotrue] ( https://github.com/supabase-community/gotrue-csharp )
33- - User authentication, including OAuth, email/password, and native sign-in
28+ - User authentication, including OAuth, email/password, and native sign-in
3429- [x] Integration with [ Supabase Storage] ( https://github.com/supabase-community/storage-csharp )
35- - Store files in S3 with additional managed metadata
30+ - Store files in S3 with additional managed metadata
3631- [x] Integration with [ Supabase Edge Functions] ( https://github.com/supabase-community/functions-csharp )
37- - Run serverless functions on the edge
32+ - Run serverless functions on the edge
3833- [x] [ Nuget Release] ( https://www.nuget.org/packages/supabase-csharp )
3934
4035## Quickstart
@@ -69,7 +64,7 @@ a public/user account, please do so using a separate client instance for each._
6964- [ Troubleshooting] ( https://github.com/supabase-community/supabase-csharp/wiki/Troubleshooting )
7065- [ Discussion Forum] ( https://github.com/supabase-community/supabase-csharp/discussions )
7166
72- ## Package made possible through the efforts of:
67+ ## Package made possible through the efforts of
7368
7469<a href =" https://github.com/supabase-community/supabase-csharp/graphs/contributors " >
7570 <img src =" https://contrib-generator.fly.dev/repo/generate?repo=supabase-community/supabase-csharp,supabase-community/postgrest-csharp,supabase-community/realtime-csharp,supabase-community/gotrue-csharp&size=64&strokeWidth=4&strokeColor=3ecf8e&padding=12 " />
0 commit comments