unyt-org/datex

Storage Implementations

Open

#504 创建于 2025年11月12日

在 GitHub 查看
 (0 评论) (0 反应) (1 负责人)Rust (2 fork)github user discovery
enhancementgood first issuescope:corescope:pointer

仓库指标

Star
 (14 star)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南