PostgreSQL and unified billing
Connect to PostgreSQL directly or through an SSH tunnel, and manage subscription, checkout and invoices from a unified Billing view in the app.
Naucturne adds PostgreSQL to its database client and consolidates subscription management in a dedicated view.
PostgreSQL
Direct or SSH-tunnel connections alongside MySQL and MariaDB, with an adapted SQL dialect.
MySQL & MariaDB
Existing modes remain available, including the PHP gateway for shared hosting without SSH.
BillingView
Checkout, customer portal, plan and invoices from a single view inside the app.
Team seats
Seat tracking and subscription status synced with the web account.
Connect to PostgreSQL
Add a database profile
From the site, create a PostgreSQL profile with host, port, user and database.
Choose the mode
Direct connection if the port is exposed, or SSH tunnel by reusing the site session.
Browse and query
Explore tables, run SQL and export just like MySQL / MariaDB.
PHP gateway
The PHP gateway remains for MySQL and MariaDB on shared hosting without SSH. PostgreSQL uses direct connection or SSH tunnel.