ToolJet/server/templates/postgresql-database-explorer/manifest.json
2024-05-03 17:44:11 +05:30

19 lines
No EOL
429 B
JSON

{
"name": "PostgreSQL database explorer",
"description": "Navigate, explore, and manage PostgreSQL tables seamlessly with our user-friendly database explorer.",
"widgets": [
"Table"
],
"sources": [
{
"name": "ToolJet Database",
"id": "tooljetdb"
},
{
"name": "Run JavaScript",
"id": "runjs"
}
],
"id": "postgresql-database-explorer",
"category": "developer-utilities"
}