Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Installation

Add QAIL to your Cargo.toml:

[dependencies]
qail-core = "0.9"    # AST and Builder
qail-pg = "0.9"      # PostgreSQL driver

CLI

Install the QAIL command-line tool:

cargo install qail

JavaScript/TypeScript (WASM)

npm install qail-wasm

Verify Installation

qail --version
# qail 0.9.5