Supabase Tables
The provider models the data in API as a list of tables in a relational database that can be queried using standard SQL statements.
Supabase Tables
| Name | Description |
| Branch | Retrieve database configuration for a specific branch |
| OrganizationMembers | Retrieve members of an organization |
| OrganizationProjects | Retrieve projects for an organization (filtered view) |
| Organizations | Retrieve organization information and details |
| ProjectAnalyticsApiCounts | Retrieve API usage counts analytics for a project |
| ProjectAnalyticsApiRequestsCount | Retrieve API requests count analytics for a project |
| ProjectApiKeys | Retrieve API keys for a project |
| ProjectAuthConfig | Retrieve authentication configuration for a project |
| ProjectAvailableRegions | Retrieve available AWS regions for Supabase projects |
| ProjectBillingAddons | Retrieve billing add-ons for a project |
| ProjectBranches | Retrieve branches for a project |
| ProjectDatabaseBackups | Retrieve database backup information for a project |
| ProjectDatabaseJitAccess | Retrieve just-in-time database access configuration for a project |
| ProjectDatabaseMigrations | Retrieve database migrations for a project |
| ProjectDatabasePostgresConfig | Retrieve PostgreSQL configuration for a project database |
| ProjectFunctions | Retrieve serverless functions for a project |
| ProjectHealth | Retrieve health status for project services |
| ProjectNetworkRestrictions | Retrieve network restrictions for a project |
| ProjectPostgrestConfig | Retrieve PostgREST configuration for a project |
| ProjectRealtimeConfig | Retrieve realtime configuration for a project |
| Projects | Retrieve project information and details |
| ProjectSslEnforcement | Retrieve SSL enforcement configuration for a project |
| ProjectStorageBuckets | Retrieve storage buckets for a project |
| ProjectStorageConfig | Retrieve storage configuration for a project |
| ProjectUpgradeEligibility | Retrieve upgrade eligibility information for a project |
| ProjectUpgradeStatus | Retrieve upgrade status for a project |
| Snippets | Retrieve SQL snippets for the logged in user |