View Source mix dql.integration (Dequel v0.7.0)
Prints the Dequel integration guide to stdout.
The guide covers backend API endpoints, frontend web component setup, and a complete Phoenix implementation example. It's designed to be piped into LLM context or saved to a file.
Usage
mix dql.integration
# Pipe to clipboard for LLM context
mix dql.integration | pbcopy
# Save to a file
mix dql.integration > DEQUEL_INTEGRATION.md