You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: