Skip to content

DebasisNandiCode/MySQL-Database-connection-with-python-using-sqlalchemy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

MySQL Database Connection with Python using SQLAlchemy

This project demonstrates how to establish a connection to a MySQL database using Python and SQLAlchemy. It also includes an example of how to perform a simple SQL query and fetch data from a MySQL database.

Requirements

To run this code, you need the following Python packages installed:

  • pandas
  • pymysql
  • sqlalchemy
  • urllib

You can install these dependencies using pip:

pip install pandas pymysql sqlalchemy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages