开发者

Persistence tools in C

开发者 https://www.devze.com 2023-01-14 22:11 出处:网络
I am looking for comfortable mechanisms for storing/restoring dynamically created data on disk. Data is a network of objects, interconnected by indexes or 开发者_如何学Pythonpointers.Well, I belive SQ

I am looking for comfortable mechanisms for storing/restoring dynamically created data on disk. Data is a network of objects, interconnected by indexes or 开发者_如何学Pythonpointers.


Well, I belive SQLite/MySQL would fit your needs, they have BLOB fields, indexing and quite fast and have lots of extra features.

0

精彩评论

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