Expand description
SQLx adapter — AnyPool over postgres / mysql / sqlite.
Uses SQLx’s Any driver so one facade variant covers every backend the
enabled db-sqlx-* features compile in; the concrete backend is chosen
by the connection URL at boot.
Functions§
- sqlx_
driver - Build a SQLx-backed driver for
ArclyDbPool.