SQL Features That SQLite Does Not Implement
(omitted.html)
SQL Features That SQLite Does Not Implement
SQLite implements most of the common features of SQL.
Rather than try to list all the features of SQL that SQLite does
support, it is much easier to list those that it does ...
|
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 ...
|
C API: Configuring The SQLite Library
(c3ref/config.html)
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 ...
|
Query Language Understood by SQLite
(lang.html)
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
Source Code
sqlite-src-3490100.zip(13.71 MiB)
Complete canonical source tree for SQLite version 3.49.1, include test cases and
extensions. This is a snapshot of all code under version control at the time ...
|
List of SQLite Syntax Diagrams
(syntax.html)
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 ...
|
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 ...
|
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 ...
|
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 ...
|
Page generated by FTS5 in about 560.63 ms.