I am making a simple application, than I need to store a simple data structure. Something similar to working for serialized XML, but .. I remember reading somewhere about something that was better for working, but simple enough to compile in my own application.
I looked at SterlingDB, but the seams are like overkill, and I would be in pain to compile it in my assembly
Do you know anything better than serialized XML storage?
edit . I know about SQLite, Compact SQL, db4o, but I'm looking for something tiny.
source share