Entities & data
Entities & data
Define data types and serve CRUD + list APIs with no code.
Defining entities
An entity is config records, not a table. See the definition payload, the keys, and the five APIs it generates.
Field types & validation
The colType taxonomy that drives storage, projection, and validation — string, number, guid, autoincrement, formula, encrypted, s3, enum.
Records & CRUD at runtime
The six runtime routes, the shared request lifecycle, and how views control what crosses the wire.
Listing & querying
The list API: structural filters and sorting on DynamoDB, full-text search and facets on OpenSearch, plus owner/parent scoping and pagination.
Indexes & access patterns
Declare unique, owner, and parent indexes on an entity to get uniqueness enforcement and scoped list queries.