Supabase and Table Relationships
How to manage table relationships in Supabase Sharp
For one of my .NET projects, I use Supabase to store my data. Supabase is an open-source alternative to Firebase. It is based on PostgreSQL and provides a REST API and websockets to interact with the database.