Internals
Understand how Ryx works under the hood.
What You'll Learn
- Architecture — The 3-layer design
- Rust Core — Compiled engine modules
- Query Compiler — AST to SQL pipeline
- Connection Pool — sqlx AnyPool management
- Type Conversion — Python ↔ SQL bridges