
AI2sql
Converts a natural language text into an SQL query.
- Name For Model
- AI2sql
- Try on ChatGPT
- Open ChatGPT and Search the plugin name
- Update Date
- 6 months ago
- Contact
- [email protected]
- Description For Model
- Converts a natural language text into an SQL query.
Plugin Functions/Features (Plugin API Document)
Operation Id | HTTP Method | Description | |
---|---|---|---|
1 | getPing | GET | Get the ping from me |
2 | generateSQL | POST | Generate an SQL query based on the input text, table names, and columns |
3 | getAzureTables | GET | Get a list of tables from the connected SQL database |
4 | getAzureTablesWithColumns | GET | Get a list of tables with their columns from the connected SQL database |
5 | testConnection | POST | Test the connection to the SQL database with user credentials, server name, and ai2sql_token, and return the table names and their columns associated with the ai2sql_token |