Database query

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 therefor not execute a statement (e.g. DELETE, INSERT or UPDATE) that may modify the stored data, use the Database modify block for that.

Note! The 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.

Input arguments

Output variables