Documentation previewThese docs are actively being built. Some pages may change as the framework and examples are finalized.
Skip to content

Data and Persistence

Data and Persistence explains how GoForj applications work with durable data, derived data, and files.

Use these pages to keep durable database state, temporary cache data, and file/blob storage separate while still using generated App resources consistently.

  1. Database Strategy explains source-of-truth data.
  2. Database Shell explains interactive and non-interactive shell access.
  3. Repositories explains query ownership.
  4. Transactions explains workflow boundaries.
  5. Cache Patterns explains temporary and derived data.
  6. Storage Patterns explains files and blobs.
  7. Driver Selection explains backend choices.

All Data Pages