An action block that queries content stored in a SQLite database file.
The fiber will pause until the statement has been executed.
This block will open the database file in read-only mode and should therefore not execute a
statement (e.g. DELETE, INSERT or UPDATE) that may modify the stored data,
use the Database modify block for that.
The column result types control how integer and float column values are returned,
choose Bigint for accurate 64-bit integer results when necessary.
Binary (blob) columns are not supported and therefor excluded from the result.
To conserve memory a maximum of 500 rows will be included in the result,
append LIMIT 500 to the statement to ensure it’s not exceeded.
? within the Statement.