[Beta] Execute a single parameterized SQL statement against this axon's SQLite database.
The SQL query and optional positional parameters
Optionaloptions: RequestOptions<unknown>Request options
The query result with columns, rows, and metadata
[Beta] Execute multiple SQL statements atomically within a single transaction against this axon's SQLite database.
The batch of SQL statements to execute
Optionaloptions: RequestOptions<unknown>Request options
One result per statement, in order
SQL operations for an axon's SQLite database.