I have a few .Net projects that would benefit from using a document/object database opposed to a relational one. I think that db4o would be a good choice, but we re not sure how much the cost is. I d love to use MongoDB but it s design isn t for small scale, single server applications.
Are there other options out there that I just haven t run across for small scale applications?
EDIT: So is this a space that doesn t have a good solution, yet? Are there no small scale & durable document databases? Would my best choice be to use MongoDB and set the --syncdelay option set to 1?