- 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
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.
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.
You can download a sample SQLite database to test the functionality of ZeQL+ here: Chinook SQLite
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
v -prod -skip-unused . -o zeql
Licensed under MIT