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.26.2"    # AST and builder
qail-pg = "0.26.2"      # PostgreSQL driver

CLI

Install the QAIL command-line tool:

cargo install qail

TypeScript SDK

npm install @qail/client

Swift SDK

Use the source package in this repository:

  • sdk/swift/Package.swift

Kotlin SDK

Use the Gradle module in this repository:

  • sdk/kotlin/build.gradle.kts

Deferred Bindings

  • Node.js native binding: deferred
  • WASM packaging: deferred

Verify Installation

qail --version
# qail 0.26.x