Are there any small scale persisitant document/object databases?

Posted by Joe Doyle on Stack Overflow See other posts from Stack Overflow or by Joe Doyle
Published on 2010-03-26T00:59:45Z Indexed on 2010/03/26 1:03 UTC
Read the original article Hit count: 291

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about document-database

Related posts about .NET