Skip to content

mrayyan2001/python-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use LLM with MySQL

Connect to MySQL server

connect to server

first, you need to establish a connection to the MySQL server. so you need to know the host, user, and password of the MySQL server.

User Request

user request and llm result

after establishing a connection to the MySQL server, the system will get all the databases information. then the user can ask the LLMs what he wants to do.

LLM Result

Thee LLm will give the user the query that he needs to execute to get the result, some information about the query, examples, and explanation of the query.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages