About 9,150,000 results
Open links in new tab
  1. 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 …

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

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

  4. SQLite Release 3.50.0 On 2025-05-29

    SQLite Release 3.50.0 On 2025-05-29 Add the sqlite3_setlk_timeout () interface which sets a separate timeout, distinct from the sqlite3_busy_timeout (), for blocking locks on builds that …

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

  6. Pragma statements supported by SQLite

    Nov 13, 2025 · The PRAGMA statement is an SQL extension specific to SQLite and used to modify the operation of the SQLite library or to query the SQLite library for internal (non-table) …

  7. JSON Functions And Operators - SQLite

    Nov 27, 2025 · 1. Overview By default, SQLite supports thirty functions and two operators for dealing with JSON values. There are also four table-valued functions that can be used to …

  8. Implementation Limits For SQLite

    Nov 13, 2025 · Limits In SQLite "Limits" in the context of this article means sizes or quantities that can not be exceeded. We are concerned with things like the maximum number of bytes in a …

  9. SQLite Release 3.47.1 On 2024-11-25

    Oct 21, 2024 · SQLite Release 3.47.1 On 2024-11-25 Prior changes from version 3.47.0 (2024-10-21): Allow arbitrary expressions in the second argument to the RAISE function. If the RHS …

  10. SQLite Pro Support

    Nov 13, 2025 · The SQLite Consortium is a collaboration of companies who sponsor ongoing development of SQLite in exchange for enterprise-level technical support, on-site visits from …