Documentation
Export & Share
Export query results in multiple formats and share database connections securely with encrypted links.
Exporting results
Click the export button in the results toolbar and choose a format:
| Format | Description |
|---|---|
| CSV | Comma-separated values with proper escaping |
| JSON | Pretty-printed JSON array of objects |
| Markdown | GitHub-flavored Markdown table |
| Clipboard | Copy results as CSV to clipboard |
| Snapshot | Screenshot of the current results as PNG |
Sharing connections
Share a project's connection details with a colleague via an encrypted link.
- Hover over a project in the dropdown and click the Share button
- Set a password to encrypt the connection data
- Copy the generated link
The link contains the project name, engine, color, and connection details — all encrypted with AES-256-GCM using PBKDF2 key derivation (100,000 iterations).
Importing a shared connection
Open a shared keisen://connect link in Keisen. Enter the password to decrypt the connection details and create a new project automatically.
What gets shared
The encrypted payload includes the project name, database engine, color, and connection parameters (host, port, database, username, password). All data is encrypted end-to-end in the URL — nothing passes through any server.