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

    What Is SQLite? 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. SQLite Documentation

    About SQLite → A high-level overview of what SQLite is and why you might be interested in using it. Appropriate Uses For SQLite → This document describes situations where SQLite is an …

  4. SQLite In 5 Minutes Or Less

    Here is what you do to start experimenting with SQLite without having to do a lot of tedious reading and configuration: Download The Code. Get a copy of the prebuilt binaries for your …

  5. About SQLite

    SQLite is the most widely deployed database in the world with more applications than we can count, including several high-profile projects. SQLite is an embedded SQL database engine. …

  6. An Introduction To The SQLite C/C++ Interface

    May 31, 2025 · The SQLite library includes many other APIs implementing useful features that are not described here. A complete list of functions that form the SQLite application programming …

  7. Query Language Understood by SQLite

    Apr 1, 2024 · SQL As Understood By SQLite. SQLite understands most of the standard SQL language. But it does omit some features while at the same time adding a few features of its …

  8. Command Line Shell For SQLite

    May 31, 2025 · 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. SQLite Release 3.49.1 On 2025-02-18

    Feb 6, 2025 · SQLITE_DBCONFIG_ENABLE_ATTACH_CREATE; SQLITE_DBCONFIG_ENABLE_ATTACH_WRITE; …

  10. SQLite: Documentation

    Jun 5, 2025 · The "target_source" make target will create a subdirectory "tsrc/" and fill it with all the source files needed to build SQLite, both manually-edited files and automatically …