Skip to content

22skowron/Python_mysql_connection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MySQL connection testing in Flask / Quart

This project contains various attempts & approaches to connect and interact with a MySQL database from a Python code.

Each test is centered around Flask / Quart application. Database requests are triggered by HTTP requests sent to corresponding endpoints.

Main directories:

  • Aiomysql - asynchronous connection pool approach
  • MySQL_Connector - synchronous single connection & connection pool approach
  • Requests - scripts for sending multiple requests at a time

(Yes I am aware that the files in those directories are sometimes direct copies.)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages