pmemkv-java icon indicating copy to clipboard operation
pmemkv-java copied to clipboard

Add example for interoperability between c++ and java-binding applications

Open karczex opened this issue 5 years ago • 0 comments

Add example for interoperability between c++ and java-binding applications

Description

It would be useful to add example (and test) for such scenario:

  • Create db with pmempool tool
  • Insert data to db in C++ application - Example should be simple, so UTF-8 encoded strings would be sufficient
  • Read and display data from db in java application

karczex avatar Oct 29 '20 10:10 karczex