# Supabase vs TiDB

| Attribute | Supabase | TiDB |
|---|---|---|
| **Vioscale score** | 63.7 (70% (medium)) | 59.5 (61% (medium)) |
| deployment.options | `{"cloud":true}` | `{"cloud":true,"self_hosted":true}` |
| description.long | A Postgres-based development platform that provides a full relational database with built-in authentication, REST APIs, edge functions, realtime data synchronization, file storage, and vector embeddings. | An open-source distributed SQL database trusted by innovators to power transactional, AI, and other modern applications. |
| features.capabilities | `{"isolation":"serializable","sql_model":"full_sql","deployment":"managed","consistency":"strong","extensibility":true,"json_document":true,"acid_transactions":"full","wire_compatibility":"postgres"}` | `{"sql_model":"full_sql","license_class":"permissive","horizontal_scale":"distributed_native","acid_transactions":"full","wire_compatibility":"mysql"}` |
| integrations.count | 12 | 4 |
| integrations.list | `[{"name":"OpenAI"},{"name":"Hugging Face"},{"name":"Stripe"},{"name":"Algolia"},{"name":"AWS"},{"name":"Amazon Bedrock"},{"name":"Figma"},{"name":"LangChain"},{"name":"Vercel"},{"name":"Next.js"},{"name":"React"},{"name":"Flutter"}]` | `[{"name":"Cursor"},{"name":"JDBC"},{"name":"mysql-connector-python"},{"name":"MySQL"}]` |
| market.availability | `{"primaryMarkets":["US"],"availabilityScope":"global","availableCountries":[],"notAvailableCountries":[]}` | - |
| platform.support | `{"cli":true,"web":true}` | `{"web":true}` |
| pricing | `{"type":"subscription","plans":[{"free":true,"name":"Free","contactSales":false,"includedLimits":{"storage_cached_egress":"5 GB","storage_uncached_egress":"5 GB"}},{"free":false,"name":"Team","commitment":"annual","contactSales":false,"includedLimits":{"storage_cached_egress":"250 GB","storage_uncached_egress":"250 GB"}},{"free":false,"name":"Enterprise","contactSales":true,"includedLimits":{"storage_cached_egress":"250 GB","storage_uncached_egress":"250 GB"}}],"addOns":[{"name":"Storage cached egress","components":[{"per":{"qty":1,"unit":"GB"},"kind":"metered","amount":0.03,"currency":"USD"}]}],"summary":"Free tier with 5 GB storage egress. Paid plans (Team, Enterprise) with annual commitment available via AWS Marketplace; cached egress $0.03/GB.","currency":"USD","freeTier":true,"sourceUrl":"https://supabase.com/blog/storage-500gb-uploads-cheaper-egress-pricing","retrievedAt":"2026-08-13T16:53:09.223Z"}` | `{"type":"hybrid","plans":[{"free":true,"name":"TiDB Cloud Starter"},{"free":false,"name":"TiDB Cloud Dedicated","contactSales":true}],"freeTier":true,"sourceUrl":"https://www.pingcap.com","retrievedAt":"2026-08-13T16:48:29.248Z"}` |
| pricing.free_tier | yes | yes |
| pricing.model | freemium | freemium |
| pricing.price_level | low | low |
| pricing.transparent | no | no |
| reliability.sla_pct | - | 99.99 |
| reliability.status_page | yes | yes |
| security.disclosure_policy | yes | - |
| security.gdpr | yes | yes |
| security.hipaa | yes | - |
| security.iso27001 | yes | - |
| security.pci | yes | yes |
| security.soc2 | yes | yes |

## Capabilities (Relational Databases)

| Capability | Supabase | TiDB |
|---|:--:|:--:|
| **Core** |  |  |
| SQL model | Full SQL | Full SQL |
| **Transactions** |  |  |
| ACID transactions | Full | Full |
| Highest isolation level | Serializable | - |
| **Consistency** |  |  |
| Consistency | Strong | - |
| **Scale** |  |  |
| Horizontal scale | - | Natively distributed |
| **Replication** |  |  |
| Replication | - | - |
| **Availability** |  |  |
| Automatic failover / HA | - | - |
| **Deployment** |  |  |
| Deployment | Managed | - |
| Serverless / scale-to-zero | - | - |
| **Compatibility** |  |  |
| Wire compatibility | Postgres protocol | MySQL protocol |
| **Extensibility** |  |  |
| Extensions / plugins / UDFs | ✓ | - |
| **Licensing** |  |  |
| Licence class | - | Permissive OSS |
| **Data types** |  |  |
| JSON / document support | ✓ | - |
| Geo / spatial | - | - |

*Source: Vioscale. Generated 2026-09-01T14:30:21.262Z. "-" = undocumented, not absent.*
