There are currently five app types available when creating apps for your database tables.
- Chart – Generate charts from an SQL query
- Data Administration – Data table with CRUD
- Data App – Bundle apps into a single app
- Data Table – Read-only data table
- Registration Form – Insert-only form
Chart #
Charts are generated from valid SQL queries rather than a table. To learn more, please see: Chart Builder
Data Administration #
Data App #
A Data App is an app container that lets you bundle a group of apps into a single app. The app container automatically gets a menu containing menu items for all apps. You can see a data app demo here: Classic Models
Data Table #
Registration Form #
A Registration Form is mainly used to insert data directly into a table. When you create a form app, there is no table view and you’ll be directly taken to the Form Builder. You can read more here: Form Builder