unyt-org/datex

Storage Implementations

Open

#504 opened on Nov 12, 2025

View on GitHub
 (0 comments) (0 reactions) (1 assignee)Rust (2 forks)github user discovery
enhancementgood first issuescope:corescope:pointer

Repository metrics

Stars
 (14 stars)
PR merge metrics
 (PR metrics pending)

Description

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

Contributor guide