sqlite.html
(sqlite.html)
Redirect to ./cli.html
|
SQLite Support Options
(support.html)
Public Forum
Connect with SQLite developers and other SQLite users on the
SQLite Forum. This is the preferred
way to get free help with SQLite.
There was formerly a mailing list devoted to discussions
about SQLite, but as of 2020 ...
|
File Format Changes in SQLite
(formatchng.html)
File Format Changes in SQLite
The underlying file format for SQLite databases does not
change in incompatible ways. There are literally trillions of
SQLite database files in circulation and the SQLite developers are
committing to supporting those files for decades ...
|
SQLite Developers
(crew.html)
... If you really need to know exactly who are the developers
that bring you SQLite, please contact the lead developer
(Richard Hipp) via email to drh at this domain he can arrange
appropriate introductions.
This page last modified on 2025 ...
|
Well-Known Users Of SQLite
(famous.html)
Well-Known Users of SQLite
SQLite is used by literally millions of applications
with literally billions and billions of deployments.
SQLite is the most widely deployed database engine in the
world today.
A few of the better-known users of ...
|
SQLite: Single File Database
(onefile.html)
Single-file Cross-platform Database
A database in SQLite is a single disk file¹.
Furthermore, the file format is cross-platform.
A database that is created on one machine can be
copied and used on a different machine with ...
|
SQLite Is Transactional
(transactional.html)
... All changes within a single transaction in SQLite either occur
completely or not at all, even if the act of writing the change
out to the disk is interrupted by
a program crash,
an operating system crash, or
a power ...
|
SQLite is a Self Contained System
(selfcontained.html)
... The entire SQLite library is
encapsulated in a single source code file that requires
no special facilities or tools to build.
A minimal build of SQLite requires just these routines from the
standard C library:
memcmp()
memcpy()
memmove()
memset()
strcmp ...
|
SQLite Copyright Release Template
(copyright-release.html)
Copyright Release for
Contributions To SQLite
SQLite is software that implements an embeddable SQL database engine.
SQLite is available for free download from http://www.sqlite.org/.
The principal author and maintainer of SQLite has disclaimed all
copyright interest in ...
|
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 ...
|
Page generated by FTS5 in about 478.33 ms.