Enum sea_orm::DatabaseConnection [−][src]
pub enum DatabaseConnection {
SqlxMySqlPoolConnection(SqlxMySqlPoolConnection),
SqlxPostgresPoolConnection(SqlxPostgresPoolConnection),
SqlxSqlitePoolConnection(SqlxSqlitePoolConnection),
MockDatabaseConnection(MockDatabaseConnection),
Disconnected,
}Variants
SqlxMySqlPoolConnection(SqlxMySqlPoolConnection)This is supported on crate feature
sqlx-mysql only.Tuple Fields of SqlxMySqlPoolConnection
SqlxPostgresPoolConnection(SqlxPostgresPoolConnection)This is supported on crate feature
sqlx-postgres only.Tuple Fields of SqlxPostgresPoolConnection
SqlxSqlitePoolConnection(SqlxSqlitePoolConnection)This is supported on crate feature
sqlx-sqlite only.Tuple Fields of SqlxSqlitePoolConnection
MockDatabaseConnection(MockDatabaseConnection)This is supported on crate feature
mock only.Tuple Fields of MockDatabaseConnection
Implementations
This is supported on crate feature
mock only.This is supported on crate feature
mock only.