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