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:

FormatDescription
CSVComma-separated values with proper escaping
JSONPretty-printed JSON array of objects
MarkdownGitHub-flavored Markdown table
ClipboardCopy results as CSV to clipboard
SnapshotScreenshot of the current results as PNG

Sharing connections

Share a project's connection details with a colleague via an encrypted link.

  1. Hover over a project in the dropdown and click the Share button
  2. Set a password to encrypt the connection data
  3. 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.