the world is just a flat database
- Posted: Jul 02, 2010 at 7:59 AM
- 610 Views
Clint Pearson created a flat database project over at CodePlex. Initially I wasn't sold on this but then after a few pokes at the source code, I realized it is actually fairly powerful. Clint implemented a table
solution for FlatDB which makes it far more powerful than a typical single serializable class.
Using and saving are dirt simple too!
var db = FlatDatabase("flat.db");
db.Submit();
[ pic via flickr ]
Comments Closed
Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.