rustauth-sqlx 0.2.0

SQLx database adapters for RustAuth.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Changelog

## [0.2.0] - 2026-06-14

Initial public working release.

### Added

- SQLx-backed adapters for SQLite, Postgres, and MySQL.
- Bundled `SqlxStores` and `apply_to_options` for recommended app wiring.
- SQL-backed standalone rate-limit store and dialect-specific migration planning.
- Feature flags per dialect (`sqlite`, `postgres`, `mysql`); `default = []`.

[0.2.0]: https://github.com/salasebas/rustauth/releases/tag/v0.2.0