Creating Connections
Seaquel stores all connections securely on your device using keychain integration. No cloud accounts, no telemetry.
Two ways to connect
Section titled “Two ways to connect”Connection form
Section titled “Connection form”- Click New Connection.
- Choose a database type: PostgreSQL, MySQL, SQLite, DuckDB, or MSSQL.
- Fill in the fields: name, host, port, database, username, and password.
- Click Test Connection to verify.
- Click Save & Connect.
Connection string
Section titled “Connection string”- Click New Connection.
- Switch to Connection String mode.
- Paste a URI, for example:
postgresql://user:password@host:5432/database
- Seaquel parses the string and fills in the form fields automatically.
- Click Test Connection, then Save & Connect.
Connection security
Section titled “Connection security”- Credentials are stored in your system’s keychain (macOS Keychain, Windows Credential Manager, or Linux Secret Service).
- Your data never leaves your machine.
- No accounts or cloud sync required.
Managing connections
Section titled “Managing connections”Saved connections appear in the sidebar. Right-click a connection to edit, duplicate, or delete it. Connections persist across app restarts.