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

Class SqlxMySqlPoolConnection

src/driver/sqlx_mysql.rs:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26/// Defines a sqlx MySQL pool
27#[derive(Clone)]
28pub struct SqlxMySqlPoolConnection {
29 pub(crate) pool: MySqlPool,
30 metric_callback: Option<crate::metric::Callback>,
31}
32
33impl std::fmt::Debug for SqlxMySqlPoolConnection {
34 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {

Callers 3

fromMethod · 0.85
connectMethod · 0.85
from_sqlx_mysql_poolMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected