
redora.db.package.html Maven / Gradle / Ivy
Database related activity.
The DatabaseFactory creates JDBC connections to the MySQL database.
By default it assumes you have a database running at 127.0.0.1. Username root
and no password: the default MySQL installation. As database it will use test.
You can override these settings by adding a configuration file either as
~/redora/configuration.properties or /etc/redora/configuration.properties
See {@link DatabaseFactory} for possible settings.
Redora does not do any connection pooling. MySQL connections are lightweight
and the service objects keep their connection alive.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy