Database Tools• 3 min read
Database Suite & SQLite Browser
Explore SQLite databases and launch 1-click deep links into TablePlus, Sequel Ace, and Postico.
Built-in SQLite Browser
Inspect local project databases directly inside Stratos without downloading extra tools. Navigate to Tools → SQLite Browser to:
- Inspect table schemas, columns, and data types.
- Execute read-only SQL queries (
SELECT,PRAGMA,WITH). - Filter rows by text search and export CSV query results.
1-Click External GUI Connect
Stratos automatically detects third-party database clients installed on your Mac and provides 1-click deep-link buttons with pre-configured connection strings:
- TablePlus (
tableplus://...) - Sequel Ace & Postico (
postico://...) - RedisInsight (
redisinsight://...)
1-Click .env Exporter
Copy formatted database connection blocks for Laravel, Symfony, or Node directly into your clipboard from the Database view.