unyt-org/datex

Storage Implementations

Open

#504 opened on 2025年11月12日

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)

説明

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

コントリビューターガイド