Computer Science, asked by yusraayyubkhan200740, 3 months ago

_______________ is an API to connect Python to MySQL.

Answers

Answered by confusedgenius1000
1

Answer:

MySQLdb is an interface for connecting to a MySQL database server from Python. It implements the Python Database API v2. 0 and is built on top of the MySQL C API.

Answered by starboiiii
0

Answer:

MySQLdb is an interface for connecting to a MySQL database server from Python. It implements the Python Database API v2. 0 and is built on top of the MySQL C API.

Explanation:

Similar questions