cleanup, docs

This commit is contained in:
root
2026-06-16 12:21:31 +00:00
parent dff1959341
commit ea08d5f28b
296 changed files with 1571 additions and 1940 deletions
+3
View File
@@ -26,3 +26,6 @@ PRAGMA synchronous = NORMAL;
SQLite itself handles file locking and one-writer/many-reader concurrency. UCE does not add a separate app-level database lock.
Connections are registered for request cleanup, but explicit `sqlite_disconnect()` is still preferred when you are done with the handle.
:example
print("sqlite_connect is resource-bound; configure the service or connection, then call it in request code.\n");