This is a small tool for interacting with databases, mainly focused on the database development stage.
# Clone this repo
git clone https://github.com/Esteban528/dbManager.git
# Packaging project
mvn clean package
java -jar target/dbmanager-1.0-SNAPSHOT.jarThis project has three layer architecture with a business delegate for more decoupling.