About 400 results
Open links in new tab
  1. SQLite Download Page

    Anyone can view the repository contents and download historical versions of individual files or ZIP archives of historical check-ins. You can also clone the entire repository.

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

  3. SQLite Download Page

    Anyone can view the repository contents and download historical versions of individual files or ZIP archives of historical check-ins. You can also clone the entire repository.

  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

    Simply specify a ZIP archive filename in place of an SQLite database filename on the initial command line, or in the ".open" command, and sqlite3 will automatically detect that the file is a …

  6. SQLite Sample Database Files: All Top-level Files

    Nov 4, 2025 · Files in the top-level directory in any check-in

  7. SQLite Release 3.49.1 On 2025-02-18

    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. Documentation - SQLite

    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.

  9. SQLite Sample Database Files: home.md

    Nov 4, 2025 · Fresh builds of the SQLite command-line interface ("sqlite3" or "sqlite3.exe") should ".cd" to the top-level directory of a checkout of this repository, then run the command ".read …

  10. Books About SQLite

    Apr 16, 2025 · You can download SQLite source code from its homepage https://sqlite.org, compile it using your favorite C compiler, and start using the compiled library. SQLite runs on …