Regarding the Berkeley DB, you should remember that SQLite is already
more complex than many developers want to deal with. Berkeley DB is a
full-fledged database like Oracle and it's far more complex than
SQLite. I wouldn't recommend using it unless you have a very complex
data model and very stringent data integrity requirements. Being able
to do incremental backups, roll transactions backward and forward,
create hot fail-overs...do you really want all that on a phone?

On Dec 14, 8:28 am, Bret Foreman <bret.fore...@gmail.com> wrote:
> http://www.theregister.co.uk/2010/03/24/oracle_berkeley_db_android/
>
> On Dec 14, 8:22 am, Jake Basile <jakerbas...@gmail.com> wrote:
>
> > The only built in option is SQLite, available under 
> > android.database.sqlite. I'm not aware of anything else but there could be 
> > third party ones available.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to