Module query.database in plugin tabular v0.5.3
Execute a sql query against a (sqlite) database.
Author(s) | Markus Binsteiner (markus@frkl.io) |
Tags | tabular |
Python class | kiara_plugin.tabular.modules.db.QueryDatabaseModule |
Module configuration options
Configuration class: kiara_plugin.tabular.modules.db.QueryDatabaseConfig
Name | Description | Type | Required? | Default |
---|---|---|---|---|
constants | Value constants for this module. | object | false | null |
defaults | Value defaults for this module. | object | false | null |
query | The query. | anyOf: [{'type': 'string'}, {'type': 'null'}] | false | null |