📄️ Rust Overview
Understand TeaQL Rust as a runtime and generated API target that carries the Java TeaQL programming model into Rust.
📄️ Java Parity & Generator
How TeaQL Rust maps the proven Java TeaQL programming model into generated Rust crates, and where parity is intentionally limited.
📄️ Rust Runtime Extension Points
Use TeaQL Rust runtime hooks to enforce platform policy, add entity behavior, validate records, emit events, and assemble infrastructure.
📄️ Rust Database Providers
Choose between SQLx PostgreSQL, SQLx MySQL, SQLx SQLite, rusqlite SQLite, and MemoryRepository for TeaQL Rust.
📄️ Rust Best Practices
Recommended TeaQL Rust patterns for generated APIs, runtime context, DDD behavior, and persistence boundaries.
📄️ Rust Debugging & SQL Logging
Learn how to configure, toggle, and inspect SQL debug logs and performance metrics dynamically using UserContext in TeaQL Rust.
📄️ Rust Transaction Management
Learn how transactions, transaction boundaries, automatic graph rollbacks, and the QueryExecutor trait operate in TeaQL Rust.