a3s-orm 0.3.1

A type-safe, executor-neutral SQL query builder for Rust
Documentation
1
2
3
4
5
6
7
8
9
# Changelog

## 0.3.1 - 2026-08-19

- Added the read-only `MigrationLedger` boundary and
  `Migrator::verify_required` schema admission for serving processes without
  DDL authority.
- Added SQLite and PostgreSQL coverage for missing migrations, checksum drift,
  and expand-compatible ledgers with additional applied migrations.