MySQL
Createdshreyansh-ghl
Enables LLMs to inspect MySQL database schemas and execute read-only queries.
About
MySQL enables Large Language Models to securely access and understand MySQL database schemas. It provides read-only access, allowing LLMs to inspect table schemas and execute SQL queries without the risk of data modification. This empowers LLMs to use database context for more informed responses and actions, particularly when integrated with tools like Cursor.
Key Features
- Facilitates integration with LLMs for enhanced context.
- Provides read-only access to MySQL databases.
- Offers schema information for each table.
- 1 GitHub stars
- Executes read-only SQL queries within a transaction.
- Supports MySQL authentication through database URL.
Use Cases
- Enabling LLMs to answer questions based on database content.
- Integrating database context into LLM-powered applications.
- Using LLMs to generate reports from database information.