hello! is anyone here using <Kodein LevelDB API>? ...
# kodein
d
hello! is anyone here using Kodein LevelDB API? I see that its development was stopped but it seems interesting having KMP support for LevelDB
r
Hello. We’ve deprecated it because we thought the API was not good enough. We plan to rework on that subject, we just don’t know when and how.
d
cool. I thought that it was just a KMP wrapper for https://github.com/google/leveldb
r
Nope, we had also un API to serialize / listen for update / etc. It was backed by leveldb tho.
👍 1
d
I was hoping to find a raw LevelDB wrapper to make it easier porting an in-house solution to KMP
r
Guess you could look at what we had in the specific leveldb module https://github.com/kosi-libs/Kodein-DB/tree/master/ldb
d
Indeed, I tried to use it but I had the issue that LevelDBFactory implementations
Based
require another
LevelDBFactory
as parameter, I couldn't find a concrete platform implementation that doesn't
I'll check the whole project to find these implementations