
PRO for NoSQL queries. Running typed queries against MongoDB and Redis requires a PRO license. Browsing those databases (keys, documents, collection data) is always free. SQL databases run queries for free.
Open an editor
Click + in the tab bar and choose New Query, or use the query icon in the sidebar. The editor knows which connection and database the tab targets, shown in the footer.Write with autocomplete
As you type, FlexTable suggests tables, columns, and keywords from the live schema.
Format your SQL
Reformat a messy statement into clean, readable SQL with one action, so shared and saved queries stay tidy.Run and read results
Press Cmd/Ctrl + Enter (or the Run button) to execute. Results stream into the grid below and large results paginate. The result grid is the same one used for table browsing, so you can sort, filter, and inspect a cell just like a table.
Saved queries and history

- Saved queries - name and save a query, organize saved queries into folders, and reopen them later. Save with Cmd/Ctrl + S or the Save action in the editor.
- Run history - every query you run is logged automatically, separate from saved queries, with its status, duration, rows affected, and timestamp. Open the history view (grouped by date) to copy, re-run, or reopen a past query.
Visualize and export
- Chart - switch the result from Table to Chart to see it as a bar, line, area, pie, or scatter chart. See Charts. Charts are PRO.
- Export - save the result as CSV or JSON (free), or SQL and Excel (PRO). See Import and export.