pub type DbConnection = PooledConnection<DuckDbConnectionManager>;
pub struct DbConnection { /* private fields */ }