surveilr_extension_docs()

A virtual table that provides details about surveilr SQlite Functions.It reads extension details from the binary and returns them in a tabular format.- name: TEXT - The name of the function.- description: TEXT - A description of the function.- parameters: JSON - A JSON string detailing the function's parameters.- return_type: TEXT - The return type of the function.- version: TEXT - The version in which the function was introduced.

Introduced in version 1.5.4.

Parameters