Website | Source | Docs

Hello world:

//import org.mapdb.*
DB db = DBMaker.memoryDB().make();
ConcurrentMap map = db.hashMap("map").make();
map.put("something", "here");


Tags: storage   jvm  

Last modified 07 October 2024