1

I have to use MapDb for a Java project but im only familiar with Mysql. Im a litte confused about the creation of the db. My Db should contain user information and posts by user and comments on posts and other similarities. How should i create the Db to make it work like a Mysql db?

Pjotr Raskolnikov
  • 1,558
  • 2
  • 15
  • 27

1 Answers1

0

here is documentation. You use DBMaker factory:

http://www.mapdb.org/doc/getting-started.html#hello-world

http://www.mapdb.org/doc/db-and-dbmaker.html

Jan Kotek
  • 1,084
  • 7
  • 4