1
2
3
4
#[derive(Clone, Debug, PartialEq, Eq)]
pub struct ConnectCommand {
    pub database_name: Option<String>,
}