Change in Default Page Size in SQLite Version 3.12.0
(pgszchng2016.html)
The Default Page Size Change of SQLite 3.12.0
1.0 Introduction
An SQLite database file consists of one or more "pages".
For a single database file, all pages are the same size, though
for different database files, the ...
|
C API: Initialize The SQLite Library
(c3ref/initialize.html)
sqlite3_initialize(), sqlite3_shutdown(), sqlite3_os_init(), sqlite3_os_end()
The sqlite3_initialize() routine initializes the
SQLite library. The sqlite3_shutdown() routine
deallocates any resources that were allocated by sqlite3_initialize().
These routines are designed to aid in process initialization and
shutdown on embedded systems. Workstation applications using
SQLite normally do not need ...
|
Version Numbers in SQLite
(versionnumbers.html)
1. SQLite Version Numbers
Beginning with version 3.9.0 (2015-10-14) SQLite uses
semantic versioning.
Prior to that time, SQLite employed a version identifier that
contained between two and four numbers.
|
Constraint Conflict Resolution in SQLite
(conflict.html)
Constraint Conflict Resolution in SQLite
In most SQL databases, if you have a UNIQUE, NOT NULL, or
CHECK constraint on
a table and you try to do an UPDATE or INSERT that violates
the constraint, the database will abort the ...
|
SQLite Archive Files
(sqlar.html)
1. Introduction
An "SQLite Archive" is a file container similar to a
ZIP archive or
Tarball but
based on an SQLite database.
An SQLite Archive is an ordinary SQLite database file that contains the
following table as part of its schema:
CREATE ...
|
Books About SQLite
(books.html)
Books About SQLite
SQLite Forensics (2018)
Author: Paul Sanderson
Publisher: Amazon
This text by noted digital forensics expert, Paul Sanderson, provides
investigators with low-level technical details useful in analysing
SQLite database files.
Every computer and phone uses hundreds of ...
|
Custom Builds Of SQLite
(custombuild.html)
Custom Builds Of SQLite
or
Porting SQLite To New Operating Systems
1.0 Introduction
For most applications, the recommended method for building
SQLite is to use the amalgamation code
file, sqlite3.c, and its corresponding header file
sqlite3.h. The ...
|
SQLite Pro Support
(prosupport.html)
... call
More Info
Request A Quote
Further Information
SQLite is free and works great.
Most people use SQLite without
any kind of license or support.
Free support for SQLite is available on the public
SQLite Forum.
The forum is monitored ...
|
How To Download Canonical SQLite Source Code
(getthecode.html)
1. Introduction
Most programmers compile SQLite into their applications using
the amalgamation. The amalgamation is C-code but it is not
"source code". The amalgamation is generated from source code
by scripts.
This document describes how to obtain the canonical source code ...
|
SQLite Is Serverless
(serverless.html)
1. SQLite Is Serverless
... This is one reason why SQLite is a
"zero-configuration" database engine.
Programs that use SQLite require no administrative support for
setting up the database engine before they are run.
Any program that is able to access the disk is ...
|
Page generated by FTS5 in about 882.45 ms.