DALgo
/ DTQL / examples
DTQL / examples

Example documents

Each file is a valid DTQL document: it deserializes to a dal.StructuredQuery and validates against the schema.

  • source

    select-all.dtql.yaml

    The minimal document — a single from over a root collection (SELECT *).

    examples/select-all.dtql.yaml
  • filter

    comparison.dtql.yaml

    A standalone Comparison with an inline constant value.

    examples/comparison.dtql.yaml
  • columns · paging

    columns-paged.dtql.yaml

    Selected columns with aliases, ordering, and limit/offset.

    examples/columns-paged.dtql.yaml
  • groups

    and-or-groups.dtql.yaml

    Nested And/Or group filters with an In array.

    examples/and-or-groups.dtql.yaml

← Back to DTQL

  • © 2026 DALgo contributors
  • DTQL
  • Source
Generated from the dalgo dtql package.