Skip to Main Content

Berkeley DB Family

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Using BerkeleyDB to replace SQlite in Android

847467Mar 15 2011 — edited Mar 17 2011
Hi,
I have been using SQLite for my Android apps DB needs. But since SQlite has some shortcomings like Soft limit of 10,000 records, no concurrent access etc, I am turning my attention to BerkeleyDB which looks perfect. But I how do I use it in my Android app? I already have a huge codebase based on SQlite. I have to stick to SQL mode and cannot move to Object DB. So I am interested in BerkeleyDB with SQL API.
But there are absolutely no instructions on how-to use it in Android.
Can someone explain?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 14 2011
Added on Mar 15 2011
9 comments
1,828 views