Small. Fast. Reliable.
Choose any three.

Search results 11..20 of 303 for: sqlite

SQLite Library Footprint
(footprint.html)
Size Of The SQLite Library As of 2023-07-04, the size of SQLite library is generally less than 1 megabyte. The size varies by compiler, operating system, CPU architecture, compile-time options, and other factors. When compiling using -Os ... 
SQLite Consortium
(consortium.html)
The SQLite Consortium The SQLite Consortium is a membership association dedicated to insuring the continuing vitality and independence of SQLite. SQLite is high-quality, public domain software. The goal of the SQLite Consortium is to make sure it stays that ... 
sqlite3_config()
The sqlite3_config() interface is used to make global configuration changes to SQLite in order to tune SQLite to the specific needs of the application. The default configuration is recommended for most applications and so this routine is usually not necessary ... 
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 own. This document attempts to describe precisely what parts of ... 
SQLite Download Page
(download.html)
SQLite Download Page Pre-release Snapshots sqlite-snapshot-202404051413.tar.gz(3.05 MiB) The amalgamation source code, the command-line shell source code, configure/make scripts for unix, and a Makefile.msc for Windows. See the change log or ... 
List of SQLite Syntax Diagrams aggregate-function-invocation alter-table-stmt analyze-stmt attach-stmt begin-stmt column-constraint column-def column-name-list comment-syntax commit-stmt common-table-expression compound-operator compound-select-stmt conflict-clause create-index ... 
SQLite Copyright
(copyright.html)
SQLite Is Public Domain SQLite is in the Public Domain All of the code and documentation in SQLite has been dedicated to the public domain by the authors. All code authors, and representatives of the companies they work for, have ... 
C API: SQLite Runtime Status
(c3ref/status.html)
sqlite3_status(), sqlite3_status64()
These interfaces are used to retrieve runtime status information about the performance of SQLite, and optionally to reset various highwater marks. The first argument is an integer code for the specific parameter to measure. Recognized integer codes are of the ... 
About SQLite
(about.html)
About SQLite Executive Summary Full-featured SQL Billions and billions of deployments Single-file database Public domain source code All source code in one file (sqlite3.c) Small footprint Max DB size: 281 terabytes (248 bytes) Max row size: 1 ... 
Features Of SQLite
(features.html)
Features Of SQLite Transactions are atomic, consistent, isolated, and durable (ACID) even after system crashes and power failures. Zero-configuration - no setup or administration needed. Full-featured SQL implementation with advanced capabilities like partial indexes, indexes on expressions, JSON, common ... 

12345678910

Page generated by FTS5 in about 256.85 ms.