For some reason I want to avoid Android's official SQLite implementation.
There seem to be very few alternative, and they seem to be very new, not-tested-much libraries with few operations implemented.
I hope to not be too subjective, but here are the features I need:
- SQLite format
- Has SELECT, INSERT, UPDATE, DELETE
- Basic WHERE, with indexes
- Indexes are updated (I am not asking for new index creation)
- Open Source
Note: I recently ported SQLJet to Android, and I just saw the website of SQLdroid (not sure what it does). I am surprised I can't find any fork of Android's SQLite, that could be acceptable as well.