Skip to main content

Collections

Collections are the foundation of your data model in Hyper Studio. Each collection represents a database table that stores your application's data.

What is a Collection?

A collection defines the structure of your data - similar to a table in a database. When you create a collection called "Customers", you're creating a structured place to store all your customer records.

Collection Tabs

Every collection in Hyper Studio has these tabs:

TabPurpose
FieldsDefine the data structure - add and configure fields
IndexerCreate database indexes for performance
OptionsGeneral settings like name, icon, and status
ERDVisual entity-relationship diagram
Auth Collections

When you enable "Is Auth Collection", additional tabs appear:

  • Roles - Define user roles with conditions
  • Register Form - Configure registration fields
  • Profile - Configure profile and session fields

Quick Start

  1. Click + Add in the sidebar to create a new collection
  2. Enter a Name and Table Name
  3. Select an Icon for easy identification
  4. Click Save Changes

Once created, start adding fields to define your data structure.

Next Steps