I've to save some data for a Java game.All guides that I found for hibernate assumes that mysql or another database management system is installed. I can't assume that since it is a game, I don't know who will install it. There's a way to programmatically create and use a DB?Is that a good solution?Thanks