pub const HANDLE_FOR_LINK: &str = "\
SELECT handle FROM bindings \
WHERE collection = :collection AND link_id = :link_id AND source = :source";Expand description
One source’s handle for an item, which its binding’s primary key answers directly: the lookup a queued action needs to name the placement it edits.