tornado
Share on:
Enter Your Mastodon Instance
Copy the link below to share to Mastodon
https://terminaltrove.com/tornado/
A terminal SQLite explorer with Vim key-bindings.
Script Preview
Review this script before executing in your terminal.

tornado is a TUI for accessing and exploring SQLite databases with support for directly querying and inspecting results from the terminal.
It can execute multiple SQL statements, has autocompletion and shows auto-suggestions once you type in the query editor. The interface has a 3-pane layout with the explorer on the left hand side with both the query and the results pane stacked on top.
Results are shown as a table which you can copy into an editor once finished or you can export the result as CSV, JSON, or an SQL INSERT. Filters are included in tornado and cell edits can be made inline via parameterized updates, with theme pickers for customization.
tornado can be used as a minimalist SQLite explorer for developers and database users that use the terminal for daily work. It can also be used for local SQLite inspection, ad-hoc queries and small data fixes.

