SELECT Builder
The SelectDyn builder creates SELECT queries with compile-time validation.
Features
- Select specific columns or all columns (
*) - WHERE clauses with complex conditions
- ORDER BY with ascending/descending
- LIMIT and OFFSET for pagination
- DISTINCT queries
API Reference
See the SelectDyn rustdoc for the
full API with code examples.