
SQLite Home Page
Jan 9, 2026 · SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine. SQLite is the most used database engine in the world.
SQLite User Forum: sqlite-gui application
Sep 16, 2020 · Back up prefs.sqlite Fix sorting in data grids Fix csv import Recompile sqlite3.dll Change icu extension to third party Minor changes This release introduced a new ETL tool to execute …
Command Line Shell For SQLite
Jan 3, 2026 · 1.1. SQLite command-line program versus the SQLite library The SQLite library is code that implements an SQL database engine. The "sqlite3" command-line program or "CLI" is an …
SQLite Download Page
The SQLite source code is maintained in three geographically-dispersed self-synchronizing Fossil repositories that are available for anonymous read-only access. Anyone can view the repository …
Is there any (good) SQLite GUI for Linux? - Unix & Linux Stack Exchange
I'm looking for a SQLite graphical administration utility for Linux but I can't seem to find any (I found an extension for Firefox I'm not a user of that browser). Is there any that you know of?
SQLite User Forum: GUI with drill-down?
Apr 21, 2022 · I found the latest version of sqlite3explorer in WebArchive and there I can see the "group"-header. But imho it's a not a drill-down functionality. It's a grouping. Each level down could …
Documentation - SQLite
Database Hash (dbhash.exe) → This program demonstrates how to compute a hash over the content of an SQLite database. SQLite Database Analyzer (sqlite3_analyzer.exe) → This stand-alone program …
SQLite In 5 Minutes Or Less
The Command Line Interface or "CLI" is a simple command-line program that accepts SQL input text and passes it through to the SQLite database engine core to be executed. The name of the CLI …
Date And Time Functions - SQLite
Jan 14, 2026 · The first six date and time functions take an optional time-value as an argument, followed by zero or more modifiers. The strftime () function also takes a format string as its first argument. The …
About SQLite
Nov 13, 2025 · About SQLite SQLite is an in-process library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. The code for SQLite is in the …