Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

Latest commit

 

History

History
11 lines (7 loc) · 403 Bytes

File metadata and controls

11 lines (7 loc) · 403 Bytes

Models

This directory contains the application's models, which are created using @nerdware/ddb-single-table.

Model Design Goals

Each model is designed to achieve the following design goals:

  • Define the shape of database objects.
  • Encapsulate database CRUD operations.
  • Handle all database I/O validation and transformation.