About 9,770,000 results
Open links in new tab
  1. SQLite Home Page

    Dec 10, 2025 · 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 …

  2. SQLite Documentation

    Customizing And Porting SQLite → This document explains how to customize the build of SQLite and how to port SQLite to new platforms. Locking And Concurrency In SQLite Version 3 → A …

  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 …

  4. SQLite Release 3.50.4 On 2025-07-30

    SQLite Release 3.50.4 On 2025-07-30 Prior changes from version 3.50.0 (2025-05-29): Add the sqlite3_setlk_timeout () interface which sets a separate timeout, distinct from the …

  5. SQLite Release 3.50.2 On 2025-06-28

    SQLite Release 3.50.2 On 2025-06-28 Prior changes from version 3.50.0 (2025-05-29): Add the sqlite3_setlk_timeout () interface which sets a separate timeout, distinct from the …

  6. Date And Time Functions - SQLite

    Nov 13, 2025 · 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 …

  7. Built-In Scalar SQL Functions - SQLite

    Nov 13, 2025 · The sqlite_offset (X) SQL function is only available if SQLite is built using the -DSQLITE_ENABLE_OFFSET_SQL_FUNC compile-time option. sqlite_source_id () The …

  8. Command Line Shell For SQLite

    Nov 24, 2025 · 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" …

  9. The Virtual Table Mechanism Of SQLite

    Nov 13, 2025 · 1. Introduction A virtual table is an object that is registered with an open SQLite database connection. From the perspective of an SQL statement, the virtual table object looks …

  10. File Locking And Concurrency In SQLite Version 3

    May 31, 2025 · 1.0 File Locking And Concurrency In SQLite Version 3 SQLite Version 3.0.0 introduced a new locking and journaling mechanism designed to improve concurrency over …