In https://github.com/iterative/ldb/pull/513 read/write db functions were added for indexing operations and operations on the root dataset. We need to add functions for datasets, dataset versions, collections (member sets), transforms, and transform mappings. These means adding read/write functions for each of these to FileDB and AbstractDB.
In https://github.com/iterative/ldb/pull/513 read/write db functions were added for indexing operations and operations on the root dataset. We need to add functions for datasets, dataset versions, collections (member sets), transforms, and transform mappings. These means adding read/write functions for each of these to
FileDB
andAbstractDB
.