Any competitors to db4o on compact framework? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-07T06:53:37Z http://stackoverflow.com/feeds/question/715382 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/715382/any-competitors-to-db4o-on-compact-framework 3 Any competitors to db4o on compact framework? MrJeepster 2009-04-03T19:36:46Z 2009-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#715391 2 Answer by Koistya Navin for Any competitors to db4o on compact framework? Koistya Navin 2009-04-03T19:38:51Z 2009-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#715577 0 Answer by Chris Kaminski for Any competitors to db4o on compact framework? Chris Kaminski 2009-04-03T20:19:20Z 2009-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>