how to solve problems with persistence mapDB?

166 Views Asked by At

i am doing my project with GWT and Madb. The problem is that MapDb every time it deletes the contents of the db. How can I do to keep the db persistent?

1

There are 1 best solutions below

1
Jan Kotek On

Are you sure that your configuration uses file store? If you have something like DBMaker.newMemory...()