#[derive(Clone)] pub struct Database {} impl Database { pub fn new() -> Self { Self {} } }