The SQLite Amalgamation
(amalgamation.html)
2. The SQLite Amalgamation
... The makefiles for SQLite have an "sqlite3.c" target for building the
amalgamation, to contain all C code for the core SQLite library and the
FTS3, FTS5, RTREE, DBSTAT, JSON1,
RBU and SESSION
extensions.
This file contains about 238K lines ...
|
Run-Time Loadable Extensions
(loadext.html)
4.1. Example Extensions
... mdash;
Implementation of application-defined SQL functions compress() and
uncompress() that do zLib compression of text or blob content.
json1.c —
Implementation of JSON SQL functions and table-valued functions.
This is a larger and more complex extension.
memvfs ...
|
JSON Functions And Operators
(json1.html)
1. Overview
... path
json ->> path
json_insert(json,path,value,...)
jsonb_insert(json,path,value,...)
json_object(label1,value1,...)
jsonb_object(label1,value1,...)
json_patch(json1,json2)
jsonb_patch(json1,json2)
json_pretty(json)
json_remove(json,path,...)
jsonb_remove(json,path,...)
json_replace(json,path,value,...)
jsonb_replace(json,path,value,...)
json_set ...
|
SQLite Older News
(oldnews.html)
... There are no functional changes,
except for a single
minor bug-fix in
the json1 extension to stop it from recognizing form-feed
(ASCII 0x0c) as a whitespace character, in conformance with
RFC7159.
2015-10-14 - Release 3.9.0 ...
|
Page generated by FTS5 in about 10.08 ms.