What is the default database used by javabot?
The default database is HSQLDB. This is the simplest out of the box configuration. But the configuration is easy to change to use another database. The bot has been run on both postgresql and mysql as well. Persistence is managed by JPA so virtually any database with a JDBC driver and JPA dialect should work.