共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > Stash |
Stash
|
1 | 0 | 215 |
贡献者 | 讨论 | 代码提交 |
Stash is a persistence engine for .NET.
It eschews relational models and object/relational mapping
and instead follows the No-Sql paradigm of storing serialised graphs or ‘documents’.
It is effectively a Key/value store with access via Indexes.
Stash currently uses BerkeleyDB as its persistence store. Other persistent engines may be implemented.