ZeQL+ : Terminal SQLite Database Browser Features Open any SQLite database file Very fast Runs in a Terminal / CMD window Tiny executable with no dependencies List all tables in the database to browse Paginated view of table rows Run custom SQL queries and view the results Cross platform: macOS, Linux, Windows Open source Install Pre-built binaries for macOS, Linux, Windows 10+ are available as zip files in the releases page. Just extract and run directly with no need to install. How to use ZeQL+ From the command line in a Terminal / CMD window: zeql < database_filename > Note: you should move the zeql executable to a location in your path. Sample SQLite database You can download a sample SQLite database to test the functionality of ZeQL+ here: Chinook SQLite Building from source ZeQL+ is using Vlang v0.4.10 or above. To build ZeQL+ from source: First you need to install V. Clone the ZeQL+ repo Build the executable in production mode macOS / Linux / Windows 10+ v -prod -skip-unused . -o zeql Screenshots macOS Startup Table Browser Linux Startup Table Browser Windows Startup Table Browser License Licensed under MIT
First seen: 2025-06-28 15:31
Last seen: 2025-06-28 18:32