Module sqlx_backend

Source

Modulesยง

mysqlsqlx_mysql
Executor for sqlx::MySqlPool.
poolsqlx
Executor for the generic sqlx::Pool, a pool of sqlx database connections.
postgressqlx_postgres
Executor for sqlx::PgPool.
sqlitesqlx_sqlite
Executor for sqlx::SqlitePool.