sqlx_tracing/
prelude.rs

1pub trait Database {
2    const SYSTEM: &'static str;
3}