Database Apps vs Custom Apps
- Database App — a table promoted to an app with its own managed database. This is the path when you start from data and want durable, queryable, app-backed storage.
- Custom App — a generated application surface with its own contract and views on top of workspace data.
Lifecycle
A typical progression:- Start from a table.
- Inspect the upgrade with
app upgrade-plan/table upgrade-plan. - Promote it with
table upgrade-to-app. - Operate the App:
app list,app show <app_id>, and data views viaapp data-view.
Reference
The full command surface — creating, showing, listing, configuring, and operating Apps and their data views — is documented inkylon workspace app. It is the largest workspace subcommand, so prefer the generated reference over memorizing flags.