You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started initial work on persistent IDs using a bolt database a while ago, but I only spent a few hours on it to get familiar with how bolt works: 8a8124c
My idea was to store the representation of vidir in a key-value store with id-filepath entries and then on each consecutive read, tdx will: (1) get the list of entries from the database, (2) walk the vidir path and remove/add any missing and new entries, (3) write the updates to database. This way the IDs will be stored in the database and should not change unless the user decides to rebuild the database by issuing some command. This is probably what todoman does?
I'm not sure of the benefits/downsides between using gob or a database, so feel free to use any approach you're comfortable benefits.
More details: #9 (comment)
The text was updated successfully, but these errors were encountered: