Using BerkeleyDB to replace SQlite in Android
847467Mar 15 2011 — edited Mar 17 2011Hi,
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?