开发者

Embed NoSQL document/EAV database in desktop program, like SQLite3, but NoSQL?

开发者 https://www.devze.com 2023-02-27 04:28 出处:网络
What\'s the best choice if I want to embed a document db or EAV db in client application? Something like \"SQLite3 for开发者_运维问答 NoSQL\", small runtime library, index arbitary schema, small mem

What's the best choice if I want to embed a document db or EAV db in client application?

Something like "SQLite3 for开发者_运维问答 NoSQL", small runtime library, index arbitary schema, small memory footprint, etc. C/C++ API or ActiveX/COM interface would be awesome!

Thanks in advance!


Okay, after some development, I have to say, the best options so far are LevelDB and Tokyo Cabinet.

0

精彩评论

暂无评论...
验证码 换一张
取 消