About 61 results
Open links in new tab
  1. 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.

  2. 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 …

  3. 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 …

  4. 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 …

  5. 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?

  6. 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 …

  7. 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 …

  8. 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 …

  9. 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 …

  10. 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 …