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:
agra
2026-06-12 17:39:26 +03:00
parent 8dedacb23f
commit 2097772ec9
8 changed files with 284614 additions and 0 deletions

View File

@@ -0,0 +1 @@
0

View File

@@ -0,0 +1,2 @@
row: b 2
vendored sqlite 3.53.2 ok