Skip to main content

Module sqlx

Module sqlx 

Source
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.