Files
harmony/examples/dx_slot_secret/README.md
Jean-Gabriel Gill-Couture eea006535b refactor: drop harmony_app landfill
Scores own deploy. harmony_app is identity, images, context, and
HarmonyApp→Scores. Authoring DX lives in dx. Compose/chart/Application
model and the Helm render test are gone.
2026-09-08 22:10:34 -04:00

10 lines
267 B
Markdown

# DX: Slot / Secret / dialect
Backend-shaped. `Slot<T>` is advertised; `Ref<T>` is held.
`Secret<Jdbc>` cannot sit on `WebEnv`. `db.jdbc()` is Java; `db.url()` is Node.
`bind! { t.db => Command }` does not compile.
```bash
cargo check -p example-dx-slot-secret
```