database - How to implement transaction support for LevelDB in Java? -


i using leveldbjni-1.8 implement leveldb based database. supports basic operations put(),get(),delete() , iterate() , there no transaction support database. when searched libraries providing transaction support leveldb, of them javascript libraries this. require either java library supports leveldb transactions or other separate transaction layer implement in application. so, there suggestions implement transaction support leveldb in java. in advance.


Comments

Popular posts from this blog

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

python Tkinter Capturing keyboard events save as one single string -

sql server - Why does Linq-to-SQL add unnecessary COUNT()? -