About 15,600,000 results
Open links in new tab
  1. SQLite Home Page

    4 days ago · 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 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 …

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

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

  5. How do I connect and use an SQLite database from C#?

    Aug 25, 2008 · Another way of using SQLite database in NET Framework is to use Fluent-NHibernate. [It is NET module which wraps around NHibernate (ORM module - Object …

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

  8. Vulnerabilities - SQLite

    May 25, 2020 · 1. Executive Summary CVEs about SQLite probably do not apply to your use of SQLite. All historical vulnerabilities reported against SQLite require at least one of these …

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

  10. CREATE TABLE - SQLite

    Apr 30, 2025 · SQLite supports UNIQUE, NOT NULL, CHECK and FOREIGN KEY constraints. Optionally, a generated column constraint. Whether the table is a WITHOUT ROWID table. …