sqlite-gui provides a portable Windows GUI for the Command Line-only SQLite.
It is a lightweight Windows GUI powered by C++, WinAPI, and Code::Blocks 17.
sqlite-gui, the same as SQLite, just prettier, is an in-process library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. It's an embedded SQL database engine. It can read and write directly to ordinary disk files. It functions as a complete SQL database with multiple tables, indices, triggers, and views, all contained in a single disk file. The database file format is cross-platform - you can freely copy a database between 32-bit and 64-bit systems or between big-endian and little-endian architectures. These features make SQLite a popular choice as an Application File Format.
sqlite-gui Features:
Syntax highlighting and code completion Edit multiple tables at the same time Colorized data grid Store an execution history and user scripts Export/Import data Database diagram Database comparison Search text in the whole database Quick data references Terminal mode Charts Query parameters Data generator Extension pack Built-in REST API web server Demo database "Bookstore" for beginners