Product Hunt🚀 We are live on Product Hunt! Support our launch & use code PHLAUNCH20 for 20% off Pro
Stratosv1.4.1
Database Tools• 3 min read

Universal Database Hub & Web Adminer

1-click database engine installer, SQLite browser, interactive ER Schema Diagrams, and Web Adminer (db.test).


Universal Database Engine Management

Stratos provides 1-click startup, configuration, and Homebrew/bottle installation for major local database engines:

  • MySQL 8.4 / 8.0: Port 3306 with Unix socket fallback.
  • PostgreSQL 16 / 15 / 14: Port 5432 with quiet-mode query execution.
  • Redis 7.2: Port 6379 for cache, session, and queue drivers.
  • MariaDB 11.4: Port 3307 lightweight MySQL drop-in.
  • Meilisearch: Port 7700 ultra-fast full-text search engine.
  • MinIO: Port 9000 S3-compatible local object storage.
  • Reverb: Port 8080 high-performance Laravel WebSocket server.

Native Database Browser

Inspect local project databases directly inside Stratos without downloading third-party tools:

  • SQLite Browser (Free): Connect directly to local .sqlite files via native C API for microsecond table viewing and queries.
  • MySQL & PostgreSQL Suite (Pro): Connect directly to local socket pools with automatic .env credential discovery.
  • Destructive Query Guard: Protects your data by requiring modal confirmation before executing mutating statements (DROP, TRUNCATE, ALTER, unrestricted DELETE).
  • Entity-Relationship (ER) Schema Diagrams (Pro): Interactive canvas diagram visualizer mapping Primary Keys (PK), Foreign Keys (FK), and relational bezier curves.

Auto-Provisioned Web Adminer (http://db.test)

Need a full-featured web interface like phpMyAdmin or pgAdmin? Click Web Adminer (db.test) to automatically provision a lightweight single-file Adminer database management suite served directly at http://db.test with pre-filled credentials and PHP 8 warning suppression.

1-Click External GUI Connect

Prefer native Mac database clients? Stratos provides 1-click deep-link buttons with pre-configured connection strings:

  • TablePlus (tableplus://...)
  • Postico (postico://...)
  • Sequel Ace (sequelace://...)
  • RedisInsight (redisinsight://...)