Skip to main content

Module seaorm

Module seaorm 

Source
Expand description

SeaORM adapter โ€” DatabaseConnection behind the unified facade.

SeaORM wraps SQLx internally, so the connection is Clone + Send + Sync with lock-free async acquisition; it drops into DbDriver directly. Entity/ActiveModel code keeps full access to the native connection by matching DbDriver::SeaOrm(conn) โ€” the facade never hides it.

Functionsยง

native
Native handle accessor for entity queries.
seaorm_driver
Build a SeaORM-backed driver for ArclyDbPool.