SQLite Browser is a desktop tool for creating, editing, browsing, and managing SQLite database files with an easy visual interface. Download SQLite Browser to open, create, edit, and manage SQLite ...
DuckDB is an embedded database, similar to SQLite, but designed for OLAP-style analytics. It is crazy fast and allows you to read and write data stored in CSV, JSON, and Parquet files directly, ...
SQLite is a powerful, embedded relational database management system in a compact C library, developed by D. Richard Hipp. It offers support for a large subset of SQL92, multiple tables and indexes, ...