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

    Aug 14, 2026 · SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL …

  2. SQLite Download Page

    See the How To Compile SQLite page for additional information on how to use the raw SQLite source code. Note that a recent …

  3. SQLite - Wikipedia

    Design SQLite was designed to allow the program to be operated without installing a database management system or requiring a …

  4. DB Browser for SQLite

    DB Browser for SQLite (DB4S) is a high quality, visual, open source tool designed for people who want to create, search, and edit …

  5. SQLite Tutorial - GeeksforGeeks

    Jun 10, 2026 · SQLite is a lightweight, serverless and self-contained SQL database engine used to store, manage and retrieve data …

  6. About SQLite

    Nov 13, 2025 · SQLite is an in-process library that implements a self-contained, serverless, zero-configuration, transactional SQL …

  7. GitHub - sqlite/sqlite: Official Git mirror of the SQLite source tree

    Official Git mirror of the SQLite source tree. Contribute to sqlite/sqlite development by creating an account on GitHub.

  8. SQLite Documentation

    The SQLite File Format → A description of the format used for SQLite database and journal files, and other details required to create …

  9. SQLite Release 3.46.1 On 2024-08-13

    May 23, 2024 · A complete list of SQLite releases in a single page and a chronology are both also available. A detailed history of …

  10. SQLite In 5 Minutes Or Less

    Below is a simple C program that demonstrates how to use the C/C++ interface to SQLite. The name of a database is given by the …