On this page
The address law๏
Beginner. The one rule behind all resolution.
One rule governs all resolution:
Every spell lives at exactly one address:
(frame_key, binding_key)โframe_keyis thespellframeif given, else the spell's name;binding_keyis thebinding_nameif given, else the default slot.
book.bind(spell=PostgresStore, existence="unique", binding_name="primary")
book.bind(spell=SqliteStore, existence="unique", binding_name="local")
primary = conduit.meld("PostgresStore", binding_name="primary")
Runnable examples๏
Named bindings โ Beginner 04
Meld address forms โ Beginner 26
Same name different frames โ Beginner 22
Same class many names โ Beginner 24