@modaoperandi2/adjacency-list
v1.0.9
Published
A class base for creating and managing adjacency lists.
Downloads
1
Readme
adjacency-list
A Typescript class for managing the fancy footwork between objects and a Adjacency List structure.
Known issues:
findOne
doesn't appear to be returning the indexed key that is used for retrieval.- Need to introduce pagination on list, find etc.
- Datastore inputs are too "DynamodDB" - generalize for more fun.
- Public/Private/Protected is a mess - need to clean this up
- Some of the calls feel slow, likely due to redundant calls to the datastore.