halo-sqlbuilder 1.0.0

Composable SQL builder and argument collector
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Changelog

Follows SemVer.

## [0.1.0] - 2025-12-28

- Added: placeholder dialects `Dialect::{QuestionMark, DollarNumbered}`
- Added: argument value type `SqlValue`
- Added: composable SQL fragment `Expr` (emits SQL + args)