Postgres database

Every project is a full Postgres database.

Stage:
General Availability
Available on self-hosted:
Yes

Every Supabase project is a dedicated Postgres database - "a powerful, open source object-relational database system with over 35 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance".

It's 100% portable, which means you can easily migrate your data to and from other Postgres databases, ensuring that your data is never locked into a proprietary system.

Key benefits

  1. Advanced data types: Utilize JSON, arrays, and custom types to store complex data structures efficiently.
  2. Powerful indexing: Improve query performance with various indexing options, including B-tree, Hash, and GiST.
  3. Full SQL support: Execute complex queries and leverage advanced SQL features for data manipulation and analysis.
  4. ACID compliance: Ensure data integrity and consistency with Postgres's transactional capabilities.
  5. Extensibility: Add custom functions and extensions to extend database functionality.
  6. Scalability: Handle growing data volumes and user loads with Postgres's proven scalability.
  7. Community support: Benefit from a large, active community and extensive documentation.
Read Documentation
Share

Build in a weekend, scale to millions