mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-30 13:24:22 +01:00
impl Debug for Connection
This commit is contained in:
@@ -148,6 +148,12 @@ impl Connection {
|
||||
}
|
||||
}
|
||||
|
||||
impl Debug for Connection {
|
||||
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
|
||||
f.debug_struct("Connection").finish()
|
||||
}
|
||||
}
|
||||
|
||||
pub struct Statement {
|
||||
inner: Arc<Mutex<limbo_core::Statement>>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user