File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ MCP Prompts provide AI-assisted capabilities for database operations. These prom
66
77## Supported Prompts
88
9- | Prompt | Command Name | PostgreSQL | MySQL | MariaDB | SQL Server | SQLite |
10- | ------------------- | -------------- | :--------: | :---: | :-----: | :--------: | ------ |
11- | Generate SQL | ` generate_sql ` | ✅ | ✅ | ✅ | ✅ | ✅ |
12- | Explain DB Elements | ` explain_db ` | ✅ | ✅ | ✅ | ✅ | ✅ |
9+ | Prompt | Command Name |
10+ | ------------------- | -------------- |
11+ | Generate SQL | ` generate_sql ` |
12+ | Explain DB Elements | ` explain_db ` |
1313
1414## Generate SQL
1515
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ MCP Tools enable executable operations on the database. DBHub provides SQL execu
66
77## Supported Tools
88
9- | Tool | Command Name | Description | PostgreSQL | MySQL | MariaDB | SQL Server | SQLite |
10- | ----------- | ------------- | ------------------------------------------------------------------- | :--------: | :---: | :-----: | :--------: | ------ |
11- | Execute SQL | ` execute_sql ` | Execute single or multiple SQL statements (separated by semicolons) | ✅ | ✅ | ✅ | ✅ | ✅ |
9+ | Tool | Command Name | Description |
10+ | ----------- | ------------- | ------------------------------------------------------------------- |
11+ | Execute SQL | ` execute_sql ` | Execute single or multiple SQL statements (separated by semicolons) |
1212
1313## Execute SQL
1414
You can’t perform that action at this time.
0 commit comments