共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > Open Object Store |
Open Object Store
|
0 | 0 | 840 |
贡献者 | 讨论 | 代码提交 |
Store all kind of objects in one container.
OOS is a C++ object-relational mapping (ORM) framework. It aims to encapsulate all of the database backend functionality and keep it away from the user. One don't have to deal with database backends or SQL statements, nor with mapping of data types or serialization of objects. It provides an STL-like API and one container for all persistent objects - the object store.