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
3306with Unix socket fallback. - PostgreSQL 16 / 15 / 14: Port
5432with quiet-mode query execution. - Redis 7.2: Port
6379for cache, session, and queue drivers. - MariaDB 11.4: Port
3307lightweight MySQL drop-in. - Meilisearch: Port
7700ultra-fast full-text search engine. - MinIO: Port
9000S3-compatible local object storage. - Reverb: Port
8080high-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
.sqlitefiles via native C API for microsecond table viewing and queries. - MySQL & PostgreSQL Suite (Pro): Connect directly to local socket pools with automatic
.envcredential discovery. - Destructive Query Guard: Protects your data by requiring modal confirmation before executing mutating statements (
DROP,TRUNCATE,ALTER, unrestrictedDELETE). - 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://...)