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
@@ -17,3 +17,6 @@ Returns the number of rows changed by the most recent insert, update, or delete
sqlite_query(db, "update users set visits = visits + 1 where id = :id", params);
print(sqlite_affected_rows(db));
```
:example
print("sqlite_affected_rows is resource-bound; configure the service or connection, then call it in request code.\n");