mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
16 lines
No EOL
375 B
JSON
16 lines
No EOL
375 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"
|
|
} |