chain-builder 3.1.0

A typed, dialect-aware SQL query builder for Rust (PostgreSQL/MySQL/SQLite).
Documentation
1
2
3
4
5
6
7
# chain-builder guide

The guide has moved to the documentation site: it now lives at
**[assetsart.github.io/chain-builder](https://assetsart.github.io/chain-builder/)**,
covering queries, binds, error handling, sqlx execution, dialect differences,
and a cookbook. For the API reference, see
[docs.rs/chain-builder](https://docs.rs/chain-builder).