MCPcopy Create free account
hub / github.com/SeaQL/sea-orm / from

Method from

src/driver/sqlx_mysql.rs:40–45  ·  view source on GitHub ↗
(pool: MySqlPool)

Source from the content-addressed store, hash-verified

38
39impl From<MySqlPool> for SqlxMySqlPoolConnection {
40 fn from(pool: MySqlPool) -> Self {
41 SqlxMySqlPoolConnection {
42 pool,
43 metric_callback: None,
44 }
45 }
46}
47
48impl From<MySqlPool> for DatabaseConnection {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected