ZeQLplus
Open Source Terminal SQLite Database Browser
Install / Use
/learn @ZetloStudio/ZeQLplusREADME
ZeQL+ : Terminal SQLite Database Browser
<img src="screenshots/macos-2.png" alt="Screenshot of ZeQL+">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 <img src="screenshots/macos-1.png"/>
-
Table Browser <img src="screenshots/macos-2.png"/>
Linux
-
Startup <img src="screenshots/linux-1.png"/>
-
Table Browser <img src="screenshots/linux-2.png"/>
Windows
-
Startup <img src="screenshots/windows-1.png"/>
-
Table Browser <img src="screenshots/windows-2.png"/>
License
Licensed under MIT
