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_key is the spellframe if given, else the spell's name; binding_key is the binding_name if 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๏ƒ

All beginner examples ยท Level contents ยท Full contents

Canonical page source