开发者

Object File-based data library?

开发者 https://www.devze.com 2023-04-10 09:14 出处:网络
Some time ago I found a reference o开发者_如何学Gonline to a database system that stored data locally as encryptable, portable object files, but I cannot recall the name of it, and all the search keyw

Some time ago I found a reference o开发者_如何学Gonline to a database system that stored data locally as encryptable, portable object files, but I cannot recall the name of it, and all the search keywords (object, file, database) are so generic the Google is not helping so much. I'm not even sure if I'm remembering it correctly now.

So the question: I would like to use a free library in C# that will allow me to store queryable objects (full graphs), transport them (import/ export/ clone) between systems with a simple file transfer protocol, and not require any infrastructure installation (like SQL Express/ MySQL/ PostgreSQL) outside the class library. Inherent encryption capability is a nice-to-have, but if necessary I will simply do that through a custom implementation. Any suggestions?


Since nobody answered my question, I'll answer. @L.B pointed me in the right direction; I was looking for db4o.

0

精彩评论

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

关注公众号