cleanup, docs
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user