Computer Science, asked by veebinvarshan, 7 months ago

which package must be imported in python to create a database connectivity application

Answers

Answered by omkar190503
3

Answer:

Before you can access MySQL databases using Python, you must install one (or more) of the following packages in a virtual environment: mysqlclient: This package contains the MySQLdb module. It is written in C, and is one of the most commonly used Python packages for MySQL

Similar questions