java - What's the proper way to create a DB with MapDB? -


i have use mapdb java project im familiar mysql. im litte confused creation of db. db should contain user information , posts user , comments on posts , other similarities. how should create db make work mysql db?

here documentation. use dbmaker factory:

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

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


Comments

Popular posts from this blog

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -