mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-05 06:18:34 +00:00
9 lines
340 B
JSON
9 lines
340 B
JSON
|
|
{
|
||
|
|
"name": "Inventory management - PostgreSQL",
|
||
|
|
"description": "Track inventory levels, orders, and shipments using a PostgreSQL database to monitor and optimize stock.",
|
||
|
|
"widgets": ["Table", "Chart"],
|
||
|
|
"sources": [{ "name": "PostgreSQL", "id": "postgresql" }],
|
||
|
|
"id": "inventory-management-postgresql",
|
||
|
|
"category": "operations"
|
||
|
|
}
|