For v1 databases storing several fragment sets in a single DB, it may be interesting to return information about the fragment set from which the fragment came.
Questions to consider:
- How to handle cases if the fragment is in multiple fragment sets? Return all of them as a list?
- How to introduce it from API perspective? Make a separate argument and add an item to output tuple?
For v1 databases storing several fragment sets in a single DB, it may be interesting to return information about the fragment set from which the fragment came.
Questions to consider: