Module query

Module query 

Source

Functions§

build_result_set
Build a result set from a SQLite query Only SELECT queries return rows affected. If a DML is sent, it does run it. If there’s more than one query in the statement, idk which statement will be run.
sqlite_extract_value_sync
Extract a RowValues from a SQLite row.