Database

The only client that reaches your database, everywhere

MySQL, MariaDB and PostgreSQL built into the same app as your files and terminal. Direct connection, SSH tunnel, and a PHP gateway for MySQL/MariaDB on hosting setups that were impossible until now.

Naucturne - agence_prod · mysql
agence_prodSSH tunnelPHP gateway
Filter…
users1 042
orders8 391
products512
sessions23
BrowseStructureSQL
id
email
created_at
1042
lea@agence.fr
2024-11-03
1043
tom@studio.io
2024-11-04
1044
jade@agence.fr
2024-11-05
Three access modes

Direct, SSH tunnel, or PHP gateway

Naucturne adapts to your infrastructure, not the other way around.

Direct

Direct connection

Classic TCP connection to your database server when the port is exposed. Fast and zero configuration.

Secure

SSH tunnel

Database not exposed to the Internet? Naucturne opens an SSH tunnel (reusing the server session) and connects locally on the server.

Exclusive

PHP gateway

Shared hosting without SSH, FTP only? Naucturne deploys a small tokenized PHP script, talks to it over HTTP and removes it on close. Access your database where it was previously impossible.

Exclusive

Database access even over FTP, without SSH

On shared hosting, the database is often not exposed and there is no SSH access to open a tunnel. Naucturne then deploys a small random-name, random-token PHP script at the web root, talks to it over HTTP, runs queries locally on the server, then removes the script on close.

  • No database port to open
  • Works where FileZilla and classic SQL clients fail
  • Ephemeral script, automatically deleted
  • Communication protected by a secret token
1. Upload _gf_a1b9.php via FTP
2. POST { token, sql } → HTTP
3. Execution on localhost on the server
4. JSON response → table display
5. Script deleted ✓
Day to day

Browse, query, export

Everything you need to work with your data, without installing a second app.

Explore your data

Browse databases, tables and structure (columns, indexes) with pagination from your server sidebar.

SQL editor

Run queries in a Monaco editor with syntax highlighting, then edit rows in place.

SQL export

Export a table or entire database as SQL for backups or migrations.

Supported enginesMySQL MySQLMariaDB MariaDBPostgreSQL PostgreSQL

Your files and databases, in one place

Try Naucturne free for 14 days, no credit card required.