Update SQLite repository references

ober

31b0af7a0d6bbcb21c7abde34c4a8ca7bcbe955f

diff --git a/secure-site.ss b/secure-site.ss
index 42e5e73..f2d9d1e 100644
--- a/secure-site.ss
+++ b/secure-site.ss
@@ -192,7 +192,8 @@
 (define data-security-repositories
   (list
     (list "jerboa-db" "Data" "Database engine and storage work." (sourcehut-repo "jerboa-db"))
-    (list "jerboa-sqlite" "Data" "SQLite-oriented package work and integration." (sourcehut-repo "jerboa-sqlite"))
+    (list "jerboa-sqlite" "Data" "Pure Jerboa SQLite-compatible engine and file-format work." (sourcehut-repo "jerboa-sqlite"))
+    (list "jerboa-sqlite-ffi" "Data" "SQLite FFI wrapper retained as an oracle and compatibility binding." (sourcehut-repo "jerboa-sqlite-ffi"))
     (list "jerboa-pcre2" "Regex" "PCRE2 binding and regular expression support." (sourcehut-repo "jerboa-pcre2"))
     (list "jerboa-crypto" "Crypto" "Cryptographic primitives and native boundary work." (sourcehut-repo "jerboa-crypto"))
     (list "jerboa-pgp" "Crypto" "OpenPGP workflows and package support." (sourcehut-repo "jerboa-pgp"))
@@ -223,7 +224,6 @@
 
 (define related-repositories
   (list
-    (list "jsqlite" "Database" "SQLite-compatible database implementation and file-format work in the Jerboa ecosystem." (sourcehut-repo "jsqlite"))
     (list "kratistos" "Benchmark" "Agent benchmark harnesses and reproducible task runners used to harden Jerboa tooling." (sourcehut-repo "kratistos"))))
 
 (define repos-page