mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-23 06:27:57 +00:00
20 lines
471 B
JSON
20 lines
471 B
JSON
|
|
{
|
||
|
|
"name": "AI powered SQL query generator",
|
||
|
|
"description": "Leverage Gemini AI and REST API to generate optimized SQL queries. Enhance database performance and simplify complex data retrieval.",
|
||
|
|
"widgets": [
|
||
|
|
"Table",
|
||
|
|
"Container"
|
||
|
|
],
|
||
|
|
"sources": [
|
||
|
|
{
|
||
|
|
"name": "RestAPI",
|
||
|
|
"id": "restapi"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Run JavaScript",
|
||
|
|
"id": "runjs"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"id": "ai-powered-sql-query-generator",
|
||
|
|
"category": "developer-utilities"
|
||
|
|
}
|