Wikia / sroka

Python library for API access and data analysis in Product, BI, Revenue Operations (GAM, GA, Athena etc.)
MIT License
72 stars 11 forks source link

Implement MySQL connector #22

Closed Ullaakut closed 4 years ago

Ullaakut commented 4 years ago

Part of #20

Implementing a connector for MySQL databases seems like a great idea, since it is one of the most widely used relational databases.

Implementation Proposition

Using the mysql.connector package is a safe bet, since it is the official package supported by MySQL.

martynaut commented 4 years ago

Thank you @Ullaakut :) We will take a look at PR this week.

martynaut commented 4 years ago

MySQL connector was merged in dev branch. Will be released in the next release. Closing.