|
- 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 world SQLite is built into all mobile phones and most computers and comes bundled inside countless other applications that people use every day More Information The SQLite file format is stable
- SQLite Download Page
The amalgamation source code files (the "sqlite3 c" and "sqlite3 h" files) build products and are not contained in raw source code tree https: sqlite org src (Dallas)
- About SQLite
SQLite is an in-process library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine The code for SQLite is in the public domain and is thus free for use for any purpose, commercial or private 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
- An Introduction To The SQLite C C++ Interface
It is important to realize that neither sqlite3_exec () nor sqlite3_get_table () do anything that cannot be accomplished using the core routines In fact, these wrappers are implemented purely in terms of the core routines
- Command Line Shell For SQLite
The SQLite project provides a simple command-line program named sqlite3 (or sqlite3 exe on Windows) that allows the user to manually enter and execute SQL statements against an SQLite database or against a ZIP archive
- Documentation - SQLite
SQLite Database Analyzer (sqlite3_analyzer exe) → This stand-alone program reads an SQLite database and outputs a file showing the space used by each table and index and other statistics
- SQLite Version 3 Overview
Editorial Note: This document was written in 2004 as a guide to programmers who were transitioning from SQLite2 to SQLite3 It is retained as part of the historical record of SQLite Modern programmers should refer to more up-to-date documentation on SQLite available elsewhere on this website
- SQLite Release 3. 46. 1 On 2024-08-13
SHA3-256 for sqlite3 c: 186a1baa476b6d546de155160ca6d30ff7b7e6ee375f0bb6445e1a3d180a7dad 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
|
|
|