# DQL > Documentation for DQL, version 1.x. > Every entry links to the page's markdown source. Repository: https://github.com/xraph/dql Site: https://www.xraph.com/docs/dql ## Pages - [Editor support](https://www.xraph.com/docs/dql/editors.md): Highlighting and language intelligence ship with DQL, so an editor needs no bespoke client code — a TextMate grammar and a language server built on the langserver adapter. - [Introduction](https://www.xraph.com/docs/dql.md): DQL is a declarative query language for Go. You describe what you want as a document; DQL plans it, pushes down what the database can do, and finishes the rest in memory. - [Query reference](https://www.xraph.com/docs/dql/specification.md): The two query modes, how the planner splits work between SQL and memory, how partition scoping is declared, and how expressions are evaluated.