Query
A query is a script that returns a content resource.
That's why we called them also runtime data resource because the content is created when the query is running.
Tabulify supports actually two queries:
- the Sql query.
- and the HTTP get query.
Selectors
A query selector is a script selector where the first part is itself a data selector
([email protected])@targetConnection
where:
- ([email protected]) is the data selector that locates the query
- and @targetConnection defines the connection where the query will be executed.