1. Getting Started| www.sqlite.org
Application-Defined SQL Functions| www.sqlite.org
abs(X)| www.sqlite.org
I love simplicity. Complexity is our eternal enemy and Simplicity is beautiful; rarely something is as simple as SQLite: a single-file, in-process database. It runs inside our application, there is no need for a separate database server.| binaryigor.com
Result and Error Codes| www.sqlite.org
The Checksum VFS Shim| www.sqlite.org
1. Introduction| www.sqlite.org
Presenting Julids| proclamations.nebcorp-hias.com
SQLite has a powerful extension mechanism: loadable extensions. Being an in-process database, SQLite has other extensions mechanisms like application-defined functions (UDF for short). But UDFs have …| ricardoanderegg.com
The sum() and total() aggregate functions| www.sqlite.org
1. Overview of FTS5| www.sqlite.org