This project connects to a MySQL database to enable data retrieval and updates. It demonstrates proper JDBC usage, SQL syntax, and basic operations like fetching and updating user data.
- Set up MySQL and restore the testdb.sql file.
- Clone the repository and install Maven dependencies.
- Update database credentials in the DBTest class.
- Run tests with JUnit.
- Java 12
- JUnit 5
- MySQL 8.0.31
- JDBC
