Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MySQL data source plugin #4

Open
evgenyigumnov opened this issue Apr 29, 2024 · 0 comments
Open

MySQL data source plugin #4

evgenyigumnov opened this issue Apr 29, 2024 · 0 comments

Comments

@evgenyigumnov
Copy link
Member

  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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants