Skip to content

MySQL data source plugin #4

@evgenyigumnov

Description

@evgenyigumnov
  1. Implement from_mysql function

// this function return string with json data like in report-data.json file
fn from_mysql(connection_url: &str, table_name: &str, columns_name: &[&str]) -> Result<String, ReportError> {
    todo!()
}

63cfa42

https://github.com/igumnoff/metatron/blob/main/data/report-data.json

  1. Units test requered for this new feature

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions