Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Looking for an object database [closed]

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 are out there.

like image 778
saille Avatar asked May 14 '10 04:05

saille


People also ask

What happens when a database is closed?

Closing a database causes it to become unusable until it is opened again. It is recommended that you close any open cursors before closing your database. Active cursors during a database close can cause unexpected results, especially if any of those cursors are writing to the database.

Why did object oriented databases fail?

Although Object Oriented Databases failed because they could not address the need for easy access to the raw data, we soldiered on with OO languages and thinking tools, all the while translating back and forth into data at every interface. The advent of micro-services, unfortunately made this problem worse.


1 Answers

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

like image 95
leatrop Avatar answered Oct 02 '22 07:10

leatrop