hot questions tagged db4o+database - Stack Overflow most recent 30 from stackoverflow.com 2009-12-17T10:50:52Z http://stackoverflow.com/feeds/tag?tagnames=db4o%2bdatabase&sort=hot http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1870648/maintaining-backwards-compatibility-with-my-object-database 1 Maintaining backwards compatibility with my object database? GordonG 2009-12-08T23:36:05Z 2009-12-09T00:12:18Z <p>I am writing an application using an object database (<a href="http://www.db4o.com/" rel="nofollow">db4o</a>) and in agile fashion will be starting from a small, minimal implementation and iteratively adding features from there, while releasing new versions of the software as I go.</p> <p>The main question I have is how to maintain backwards compatibility for the database, as new implementations of the model classes are developed, so that users will be able to use first edition saved data with 10th edition software.</p> <p>Are there some standard ways to do this, especially using an object database?</p> http://stackoverflow.com/questions/434284/db4o-concerns 2 db4o concerns Allain Lalonde 2009-01-12T02:47:06Z 2009-09-27T20:16:39Z <p>I'm interested in using db4o as my persistence mechanism in my Desktop application but I'm concerned about a couple things.</p> <p><strong>1st concern: Accidentally clipping very complex object graphs.</strong> </p> <p>Say I have a tree with a height of 10 and I fetch the root, how does it handle me storing the root object again?</p> <p>From my understanding, it doesn't fetch the entire tree it fetches the first 5 referenced layers. </p> <p>So.. If I make a trivial change to the root and then store it, will it clip away the nodes further down the tree, in essence deleting them. </p> <p>If not.. how does it handle this?</p> <p><strong>2nd concern: Extracting subgraphs in a larger object graph</strong></p> <p>Using my tree example from above... If the database contains 1 massive tree can I query for a single node within it? Since <code>.store</code> was called only once, does my database think it contains only 1 <em>"record"</em>?</p> <p>Thank you.</p> http://stackoverflow.com/questions/321545/db4o-development-tools-and-resources 1 db4o development tools and resources? Mike Moore 2008-11-26T17:44:10Z 2009-02-04T00:51:27Z <p>Since the 7.x versions of db4o ObjectManager are only available as a commercial product (very expensive!) are there any alternative tools that are available to inspect/explore db4o 7.x databases?</p> <p>Also, what other tools would you recommend to a beginning db4o developer? </p>