DTQLSpecified
DataTug Query Language — a serializable query AST shared across engines and tools.
Why
Queries that live only in one engine’s dialect can’t travel. A neutral, serializable query format lets tools, engines, and agents exchange intent.
Connects to
The canonical query format for DataTug, aligned with the DALgo query model.
What it makes possible
Feature-level decomposition in action: even a query language is a reusable spec, not an implementation detail.
In the graph
- DTQL part of DataTug — query language