About 76 results
Open links in new tab
  1. SQLite Home Page

    Mar 16, 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. 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 …

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

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

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

  6. SQLite User Forum: sqlite-gui application

    Sep 16, 2020 · None of them cause triggering the virus detection. I don't use any of them. I've been told that a reason is a empty entry point like this. I'm a not skilled C-programmer, so it take a time to grok it.

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

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

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