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

Class SqlxSqlitePoolConnection

src/driver/sqlx_sqlite.rs:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

fromMethod · 0.85
connectMethod · 0.85
from_sqlx_sqlite_poolMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected