Skip to content

ZetloStudio/ZeQLplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZeQL+ : Terminal SQLite Database Browser

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:

  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

Screenshots

macOS

  • Startup

  • Table Browser

Linux

  • Startup

  • Table Browser

Windows

  • Startup

  • Table Browser


License

Licensed under MIT