feat(wfe-sqlite): add SQLite persistence provider

SqlitePersistenceProvider using sqlx with in-memory and file-based
SQLite. Schema with 6 tables, 8 indexes, created via ensure_store_exists.
Transactions for multi-table operations. Passes persistence_suite tests.
This commit is contained in:
2026-03-25 20:11:16 +00:00
parent 8b946e86e3
commit f39766cc3d
3 changed files with 1153 additions and 0 deletions

1120
wfe-sqlite/src/lib.rs Normal file

File diff suppressed because it is too large Load Diff