API Surface
The high-signal public surface for qail-zig currently centers on the PostgreSQL driver and related tooling.
Core Exports
qail.PgDriverqail.QailCmdqail.Exprqail.validateAst
Driver Module
qail.driver.Connectionqail.driver.Pipelineqail.driver.PgPoolqail.driver.TlsConnectionqail.driver.ConnectOptionsqail.driver.AuthOptionsqail.driver.RlsContext
Tooling
- CLI entry via
zig build cli - LSP server via
zig build/qail-lsp - benchmark runners under
src/*bench*.zig
Recommended Reading Order
- Start with the driver docs.
- Then read the hardening page.
- Then use the parity page to understand what is intentionally in-scope versus still missing.