-
Notifications
You must be signed in to change notification settings - Fork 189
Supabase documentation
Tue Nguyen edited this page Mar 15, 2022
·
4 revisions
Supabase is an application development software that provides different backend services:
- Authorization
- File storage
- Database (PostgreSQL)
- Realtime
Currently, we're self-hosting Supabase (one of Supabase advantages) in our docker containers, the code can be found at docker/supabase
. We're using:
- Database
- Authorization
The Database is PostgreSQL and we're using its row level security feature. For example, in 04-telescope-schema.sql, we only allow a user to edit his own record.
As of Release 2.7, these are the tables we have:
Priorities
3.0 Milestone
3.0 Areas of interest by people
3.0 Discussion
Latest Triage meeting:
Older Triage meetings:
-
Add meetings to this list as they happen