doc: explain better the "submulti" status for a follower #15
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This part of the documentation :
https://rougail.readthedocs.io/en/latest/family.html#follower-variable
is not speaking at all, in the code it is the concept of
submulti
, in the doc it is not obvious. Maybe a concrete example of a "multi of multi" could be usefull here.For example, let's say we have a database. More precisely, we have multiple databases.
The leader variable describes one (or many) database names.
The follower variable describes the list of users of a database.
We see clearly in this example that
The follower variable is a list (the list of users) of list (for each database).
Moreover, a the follower variable shall not be a unique value but shall keep as a list. This is the keypoint.