Tagged articles
3 articles
Page 1 of 1
FunTester
FunTester
Dec 16, 2021 · Databases

Wrapping and Extending the LevelDB Java API with Custom Features

This article demonstrates how to encapsulate the native LevelDB Java API into a reusable class, adds support for integer values and Redis‑like operations such as increment, decrement, append, and cut, and provides complete code examples for the extended functionality.

Code ExampleDatabase WrapperLevelDB
0 likes · 6 min read
Wrapping and Extending the LevelDB Java API with Custom Features