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 SQLite's last inserted rowid for the connection after an insert statemen
sqlite_query(db, "insert into notes(body) values(:body)", params);
u64 id = sqlite_insert_id(db);
```
:example
print("sqlite_insert_id is resource-bound; configure the service or connection, then call it in request code.\n");