aries-framework-go icon indicating copy to clipboard operation
aries-framework-go copied to clipboard

Full, proper IndexedDB implementation of new storage interface

Open DRK3 opened this issue 4 years ago • 0 comments

Current IndexedDB implementation only implements the methods needed by aries-framework-go. There are additional methods that may be useful to extensions of the repo.

Additionally, querying+tagging doesn't use IndexedDB's proper indexing features - replace the current "tag map" with the actual indexing mechanism.

DRK3 avatar Feb 10 '21 15:02 DRK3