Skip to content

Abstract reader/writer design#80

Open
jreadey wants to merge 115 commits intomasterfrom
abstract
Open

Abstract reader/writer design#80
jreadey wants to merge 115 commits intomasterfrom
abstract

Conversation

@jreadey
Copy link
Member

@jreadey jreadey commented Mar 25, 2025

hdf5db now supports interaces for reader and/or writer objects.
Currently json and hdf5 (using h5py) are supported.

for title in titles:
link_json = links_json[title]
link_class = link_json["class"]
if "DELETED" in link_json:
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given that this also handles deletion, would it be more accurate to call _createObjects() something like _syncObjects()?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants