dain / leveldb

Port of LevelDB to Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Leveldb on Android

ebitogu opened this issue · comments

Hello all, I have an app that would require large amounts of key/value pair of strings to be stored locally on the device's external sd card. I wish to implement this using Leveldb initialized on the sdcard, but I am not quite sure if this library is compatible with android. I wanted to use SnappyDB, but it seems that library has not being touched for years.

Can I use this library on Android without issues, and also if it works on android, would compression also still work?

Thanks alot.