ZeQLplus: Terminal SQLite Database Browser

4 months ago 7

Screenshot of ZeQL+

  • 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:

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:

  1. First you need to install V.
  2. Clone the ZeQL+ repo
  3. Build the executable in production mode

macOS / Linux / Windows 10+

v -prod -skip-unused . -o zeql

  • Startup

  • Table Browser

  • Startup

  • Table Browser

  • Startup

  • Table Browser


Licensed under MIT

Read Entire Article