马库斯·罗尔莫泽

4个pod
包含3个库
来自http://librdf.org/
许可证: 自定义
灵感来源于官方sqlite存储。
视为alpha版本,请勿在生产环境中使用。
....
const char* options = "new='yes', contexts='no'";
librdf_storage *newStorage = librdf_new_storage(world, LIBRDF_STORAGE_SQLITE_MRO, file_path, options);
许可证: 自定义