
redora.db.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
Implementation of the API and core database access.
The newest version!
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