Skip to content

PostgreSQL

Overview

We proudly support PostgreSQL as part of Nexaa’s Cloud Database offerings. PostgreSQL is a powerful, open-source object-relational database system known for its stability, extensibility, and SQL compliance. It’s well-suited for data-heavy applications, analytics tools, and systems with complex querying needs.

Choose between 1-node, 2-node, or 3-node cluster setups to match your reliability and performance requirements.

!note Databases are Namespace-scoped. Only containers in the same Namespace can connect to your database. External connections are not supported at this time.

Supported Versions

  • PostgreSQL 16.4
  • PostgreSQL 15.7
  • PostgreSQL 14.8

Supporting Extensions

PostgreSQL supports a wide variety of extensions for features like full-text search, geospatial queries, and advanced indexing. While we have not enabled extensions by default yet, you can request specific extensions by submitting a support ticket.

This manual approval process ensures your extension is compatible with our cloud environment and cluster setup.

Usage Notes

  • Make sure your application runs inside the same Namespace as your database.
  • Database clients and drivers must support the selected PostgreSQL version.