开发者

Looking for an object database [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 7 years ago.

Improve this question

I'm looking for an object database for .NET that is open source and free for commercial use. I need something that is available as assemblies and/or source code to embed into a project, i.e. not a stand alone database in its own process.

I am aware of db4o, and it would be perfect except for the commercial license coming at a price.

ACID transaction support is desirable, but I really just want to know what options ar开发者_开发技巧e out there.


Give a try to Eloquera Database (www.eloquera.com) It's FREE for commercial use and native .NET object database.


IMO the one you mention (db4O) is easily head and shoulders the best OODBMS out there. It simply just works how you expect, has Linq support and perf is very good. It is also free for you in development mode and free for use in open source projects.

And...for commercial use the licence is very attractive, typically you only pay on a (very small) percentage basis of your revenue. IMO for a commercial product it's totally worth it, your customers will also have the comfort of knowing your database solution is backed by someone like Versant and not some potentially forked or abandoned Open Source solution.

I know that you want free all the way, but honestly you will give up a lot for that, and the small price you'll pay for db4O (after you are making already making money from it) will be totally worth it.

(I do not have any affiliation with Versant or db4o, apart from being a very happy user)


I think that eloquera (www.eloquera.com) is better than db4o and additionally has better licensing. For instance, Eloquera is free for commercial use and db4o not (db4o has the same licensing options than mysql, free for free but paid for commercial use).

For this and technical things I think Eloquera is better.


What sort of objects do you need to store? One possibility is MongoDB, which lets you store documents containing JSON-like key-value pairs. There's a C#/.NET driver.


Try Scalable Object Persistence (SOP) framework from http://www.4atech.net!

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜