nhachicha / SnappyDB

A key-value database for Android
1.78k stars 220 forks source link

Please Don't give up! #95

Open bzkdjc opened 7 years ago

bzkdjc commented 7 years ago

This is a very good DB. It's a long time since your last commit. Please, don't give up. You might also reference your project for more developers: Ultimate Android Reference

Zhuinden commented 7 years ago

There seems to be forks that have updated the Kryo: https://github.com/systembugtj/SnappyDB

nhachicha commented 7 years ago

Hi @bzkdjc Thanks for the encouragement!

I started this project, where there weren't many alternatives to SQLite, since more architectures and libraries emerged. This is why a major re-factoring/re-write is needed to keep SnappyDB up-to-date, hence it's still challenging to find a spare time to maintain it.

Thanks for stepping in @Zhuinden 😊

lazercorn commented 7 years ago

@bzkdjc What do you exactly mean when you say don't give up? What's wrong with this DB?

Zhuinden commented 7 years ago

@lazercorn last library commit is 2 years ago and it's based on compile 'com.esotericsoftware.kryo:kryo:2.24.0' even though Kryo 4.x is out.

But there are forks