About 64,300 results
Open links in new tab
  1. SQLite Home Page

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

  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 version of Tcl is required in order to build from the repository …

  3. SQLite Documentation

    Multi-threaded Programs and SQLite → SQLite is safe to use in multi-threaded programs. This document provides the details and hints on how to maximize performance.

  4. 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 first argument and the second argument is one or more …

  5. Command Line Shell For SQLite

    On startup, the sqlite3 program will show a brief banner message then prompt you to enter SQL. Type in SQL statements (terminated by a semicolon), press "Enter" and the SQL will be …

  6. System.Data.SQLite: System.Data.SQLite Download Page

    Nov 4, 2025 · The canonical System.Data.SQLite source code is maintained in a Fossil repository that is available for anonymous read-only access. Anyone can view the repository contents …

  7. SQLite Release 3.49.0 On 2025-02-06

    Feb 6, 2025 · A complete list of SQLite releases in a single page and a chronology are both also available. A detailed history of every check-in is available at SQLite version control site.

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

    May 31, 2025 · A separate document, The SQLite C/C++ Interface, provides detailed specifications for all C/C++ APIs for SQLite. Once the reader understands the basic principles …

  9. Datatypes In SQLite

    Nov 27, 2021 · With static typing, the datatype of a value is determined by its container - the particular column in which the value is stored. SQLite uses a more general dynamic type …

  10. System.Data.SQLite: Documentation

    Nov 4, 2025 · System.Data.SQLite provides documentation on the SQLiteBase class, offering guidance for developers working with SQLite in .NET applications.