multi-schema

command
v0.3.21 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 9, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

Multi-schema hugr-app example: demonstrates default + named schemas.

Schemas:

  • "default" → objects at app root: { analytics { users { ... } } }
  • "reports" → nested module: { analytics { reports { monthly { ... } } } }
  • "admin" → nested module: { analytics { admin { audit_log { ... } } } }

Functions:

  • { function { analytics { user_count } } } (default schema)
  • { function { analytics { reports { generate_report(year: 2025) } } } }

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL