Skip to main content

Module drivers

Module drivers 

Source
Expand description

Driver adapters — each behind its Cargo feature.

FeatureModuleEcosystem
db-sqlxsqlxSQLx AnyPool (postgres / mysql / sqlite)
db-seaormseaormSeaORM DatabaseConnection
db-dieseldieselSync Diesel isolated via spawn_blocking

Modules§

diesel
Diesel adapter — sync core fully isolated behind spawn_blocking.
seaorm
SeaORM adapter — DatabaseConnection behind the unified facade.
sqlx
SQLx adapter — AnyPool over postgres / mysql / sqlite.