About 62 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 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 …

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

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

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

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

  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. A Database in your Browser in sqlite3 Steps

    What follows is a demonstration of how to get sqlite3 up and running in a browser 1 in a few brief steps. For simplicity's sake, this tutorial will demonstrate loading the sqlite3 JavaScript/WebAssembly …

  10. SQLite User Forum: Can a SQLite DB be accessed by another Computer?

    Jan 7, 2022 · 5b - Is there anyway to have it in a Google Drive folder so users can access the data from anywhere using something like DB Browser or SQLite Studio... or some other app? (In his case the …