mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
16 lines
447 B
JSON
16 lines
447 B
JSON
|
|
{
|
||
|
|
"name": "SQL query formatter",
|
||
|
|
"description": "Format SQL queries for better readability and understanding, with customizable styling options to suit different coding preferences and standards.",
|
||
|
|
"widgets": [
|
||
|
|
"Table",
|
||
|
|
"Container"
|
||
|
|
],
|
||
|
|
"sources": [
|
||
|
|
{
|
||
|
|
"name": "Run JavaScript",
|
||
|
|
"id": "runjs"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"id": "sql-query-formatter",
|
||
|
|
"category": "developer-utilities"
|
||
|
|
}
|