Quick Start
This guide walks you through connecting to a database and executing your first query.
Connect to a database
Section titled “Connect to a database”- Open Seaquel.
- Click New Connection.
- Choose your database type: PostgreSQL, MySQL, SQLite, DuckDB, or MSSQL.
- Fill in the connection details — host, port, database, user, and password. You can also paste a connection string directly.
- Click Test Connection to verify everything works.
- Click Save & Connect.
Run your first query
Section titled “Run your first query”- A new query tab opens automatically after connecting.
- Type the following in the editor:
SELECT 1;
- Press
Cmd+Enter(Mac) orCtrl+Enter(Windows/Linux) to execute. - Results appear in the grid below the editor.
That’s it — you’re up and running.
Next steps
Section titled “Next steps”- Browse your schema — expand tables and views in the left sidebar.
- Open the command palette — press
Cmd+K(Mac) orCtrl+K(Windows/Linux) to search commands, switch tabs, jump to tables, and more. - Learn the interface — see the Interface Overview for a full tour of the Seaquel workspace.