Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 377 Bytes

transform_filter_query.md

File metadata and controls

17 lines (12 loc) · 377 Bytes

Transform Filter: Query

SQL like based query engine

options:
    select:               []

    # Prepared SQL statements with placeholder: i.e. "size > :size"
    where:                null

    # Associate placeholders from the "where" part with the value you want: i.e. "{ size: 10 }"
    parameters:           []