pub const LOAD_BINDINGS: &str = "\
SELECT link_id, source, handle, base_flags, base_object, base_revision, base_present, \
conflicted, conflict_revision, conflict_object, shared_object \
FROM bindings WHERE collection = :collection";Expand description
Loads every per-source binding of a collection: the stored base (handle, flags, object, revision) each sync merges against.