Operation query.database in plugin tabular v0.5.0
Execute a sql query against a (sqlite) database.
Author(s) | Markus Binsteiner (markus@frkl.io) |
Tags | tabular |
Operation type | custom_module |
Inputs
Name | Description | Type | Required? | Default |
---|---|---|---|---|
database | The database to query. | database | true | null |
query | The query to execute. | string | true | null |
Outputs
Name | Description | Type | Required? | Default |
---|---|---|---|---|
query_result | The query result. | table | true | null |
Module configuration
Module query.database
No configuration options set