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

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -