library: vendors/sqlite — SQLite ships with sx
The vendored amalgamation (3.53.2, public domain) plus the curated bindings move from the distribution repo into the sx library: '#import "vendors/sqlite/sqlite.sx"' gives any sx program SQLite with no system dependency and no build flags — the bindings declare the C as a named #import c unit (pinned defines + -O2), compiled through the object cache and shadow-proof via unit-first resolution. examples/1624 pins the version and a typed round trip in-suite.
This commit is contained in:
269376
library/vendors/sqlite/c/sqlite3.c
vendored
Normal file
269376
library/vendors/sqlite/c/sqlite3.c
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user