_______________ is an API to connect Python to MySQL.
Answers
Answered by
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
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