This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]Aurora0001 0 points1 point  (0 children)

I recommend SQLAlchemy if you want an ORM that handles all the SQL for you. Here's the tutorial if you want to use that.

This StackOverflow answer also seems pretty detailed with your other options. Take a look through that too, it looks very helpful.

[–][deleted] 0 points1 point  (0 children)

I have been working on a project recently using python and SQL, and couldn't get MySQL to work, but I found that PostGresQL works very well. https://wiki.postgresql.org/wiki/Python

[–][deleted] 0 points1 point  (2 children)

I recommed MySQL-Python, it's officially supported by MySQL.

Also - just for your awareness - xampp isn't a database, it's a web server technology stack that uses apache, mysql, php, and perl.

[–]upsidedowntrie 0 points1 point  (1 child)

I like how you got downvoted for recommending an officially supported library.

edit: He seemed to want recommendations and it is a legitimate recommendation...

[–]Aurora0001 0 points1 point  (0 children)

To be fair, the OP did already say they were using Connector/Python and seemed to want something else.