Module sqlx_models_orm::any
source · Modules§
- Conversions between Rust and standard SQL types.
Structs§
- Opaque database driver. Capable of being used in place of any SQLx database driver. The actual driver used will be selected at runtime, from the connection url.
- Opaque options for connecting to a database. These may only be constructed by parsing from a connection url.
- A connection to any SQLx database.
Enums§
Constants§
Traits§
- An alias for
Executor<'_, Database = Any>
.