v0.9 had support for routes, objects which had one or more child objects. This is used for GTFS line/stop relationships, OSM relations and is useful for API users who want to add data to a set of objects.
Add API functions to support creating and deleting sets,
Add DB constraints to make sure objects cannot be deleted when still in a set,
Decide what happens to objects without data which are still in a set.
v0.9 had support for routes, objects which had one or more child objects. This is used for GTFS line/stop relationships, OSM relations and is useful for API users who want to add data to a set of objects.