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

Method from

src/driver/sqlx_sqlite.rs:41–46  ·  view source on GitHub ↗
(pool: SqlitePool)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected