handle_command

Function handle_command 

Source
pub fn handle_command(
    client: &BackendClient,
    command: &str,
    args: &[String],
) -> Result<Option<String>, SqliteGraphError>