-
-
Notifications
You must be signed in to change notification settings - Fork 2
Storage Implementations #504
Copy link
Copy link
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersscope:corescope:pointer
Milestone
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersscope:corescope:pointer
To support storing pointers persistently in the DATEX, we want to implement multiple storage interfaces (e.g. Databases like SQL, localStorage, file storage, embedded flash storage).
All storage interfaces must implement the PointerSource trait.
This issue serves as a collection issue for storage interfaces that we want to implement.
Storage Interfaces