Add persistence layer

This commit is contained in:
Brendan Szymanski 2026-08-05 12:12:32 -04:00
parent a5ee2edf5d
commit 0addde59d3
34 changed files with 2199 additions and 34 deletions

View file

@ -0,0 +1,5 @@
module CSQLite [system] {
header "shim.h"
link "sqlite3"
export *
}