Documentation

Query History

Keisen automatically records every query you run, along with its execution time.

Viewing history

Open the history panel in the status bar to see your recent queries. Each entry shows the SQL text, when it ran, and how long it took.

History is stored per project, so each database connection has its own query log.

Searching history

Use the search field at the top of the history panel to filter entries by query text.

Re-running a query

Click a history entry to open it in a new tab. Press ⌘ Enter to run it again.

Execution time

Each history entry records the execution duration in milliseconds, making it easy to spot slow queries.

Clearing history

Click the clear button at the top of the history panel to delete all history entries for the current project.

Automatic logging

History entries are created automatically whenever you execute a query or perform row operations (updates, deletes). You don't need to save anything manually.