Are there any small scale persisitant document/object databases?
- by Joe Doyle
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 the $1200 commercial price tag is bit too much for us. 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?