Any competitors to db4o on compact framework? - Stack Overflow most recent 30 from stackoverflow.com2009-12-07T06:53:37Zhttp://stackoverflow.com/feeds/question/715382http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/715382/any-competitors-to-db4o-on-compact-framework3Any competitors to db4o on compact framework?MrJeepster2009-04-03T19:36:46Z2009-04-03T20:36:22Z
<p>We've been trying db4o for persisting objects on the compact framework. It works very well from our tests so far. However, it appears they are on the expensive side for small startups with minimal units needed. </p>
<p>Does anyone know of any similar object databases for the compact framework? How about a open source one that is free for commercial use? :)</p>
<p>Thank you.</p>
<p>EDIT: We're really looking for an object database. We don't want to create our own persistence framework at this point and would prefer being able to just save/retrieve the actual object trees.</p>
http://stackoverflow.com/questions/715382/any-competitors-to-db4o-on-compact-framework/715391#7153912Answer by Koistya Navin for Any competitors to db4o on compact framework?Koistya Navin2009-04-03T19:38:51Z2009-04-03T19:44:04Z<p>How about <a href="http://www.microsoft.com/Sqlserver/2005/en/us/compact.aspx" rel="nofollow">SQL Server CE</a>, <a href="http://www.vistadb.net" rel="nofollow">VistaDB</a> or <a href="http://www.sqlite.org" rel="nofollow">SQLite</a>?</p>
http://stackoverflow.com/questions/715382/any-competitors-to-db4o-on-compact-framework/715577#7155770Answer by Chris Kaminski for Any competitors to db4o on compact framework?Chris Kaminski2009-04-03T20:19:20Z2009-04-03T20:19:20Z<p>Well, if you're using Java: </p>
<p>Berkeley DB look like it could be right up your alley</p>
<p><a href="http://www.oracle.com/technology/products/berkeley-db/je/index.html" rel="nofollow">link text</a></p>
<p>Commercial, but IIRC license costs aren't very high.</p>
<p><a href="http://www.progress.com/objectstore/pse%5Fpro/index.ssp" rel="nofollow">link text</a></p>