db4o Developer Community

db4o open source object database, native to Java and .NET
Welcome to db4o Developer Community Sign in | Join
in Search
More Search Options

Product News from the Core Team

This blog features product news right from the core developer team, once new features and functions get checked into Subversion, available as Continuous Build every 2 hours.

Android: db4o or SQLite

There were already several posts about using db4o on Android. But what about SQLite, which comes together with Android SDK? The best way to select between the 2 databases is to compare. Now you can do it easily:

  • download simple comparison application DBCompare
  • read supporting documentation
  • modify DBCompare code to support your application model and make a decision based on the results.
DBCompare uses db4o and SQLite side-by-side to perform simple persistence operations: store, select, query, delete, modify. It also compares open and close database operations and hot backup ability. DBCompare uses very simple objects for its tests, so it can't be considered a reliable benchmark, as the real-world objects tend to be much more complex. However, if you already have an idea of how your object model will look like - you will find it easy to modify the application to support your object model (or part of it) and perform some simple tests.
Published Tuesday, November 27, 2007 3:54 PM by Tetyana Loskutova
Filed under:


Comments

No Comments
Anonymous comments are disabled