API Reference
Full API documentation is generated from source code.
Rust Crates
| Crate | Description | Docs |
|---|---|---|
qail-core | AST, Builder, Parser | docs.rs |
qail-pg | PostgreSQL driver | docs.rs |
qail-gateway | Auto-REST gateway | docs.rs |
qail | CLI and tooling | docs.rs |
SDKs
| SDK | Status | Distribution |
|---|---|---|
TypeScript (@qail/client) | Supported | npm |
Swift (sdk/swift) | Supported | Source package |
Kotlin (sdk/kotlin) | Supported | Source module |
| Node.js native binding | Deferred | Not published |
| WASM binding | Deferred | Not published |
Generate Local Docs
cargo doc --no-deps --open
Key Types
qail-core
QailCmd- Query command builderOperator- Comparison operatorsSortOrder- ASC/DESCExpr- Expression AST nodes
qail-pg
PgDriver- Database connectionPgPool- Connection poolPgRow- Result rowPgError- Error types
Source Code
View the source on GitHub: