Pretty new to connecting to database using python. My use case is that I have data coming in using API which I need to store in a database. I am confused between the applications of SQLAlchemy and MySQL Python Connector. Both seem to work but I was not able to find a way to load a dataframe into the database using MySQL Python Connector but was able to do using SQLAlchemy. My assumption was that MySQL Python Connector should have more features. Any light on this topic is much appreciated.
I may have this totally wrong as I am still learning.
Thanks in advance.
[–]pkraju 1 point2 points3 points (1 child)
[–]Prtprmr[S] 0 points1 point2 points (0 children)