🚀 Tecnologies | 💻 Project | 🤔 How to Contribute | 🔖 How to Execute
This project was developed with the following tecnologies:
This project has a simple interface that, when executed as a simple java project, allows the user to interact directly with a database and manage data within it.
- Make a fork of this repository;
- Create a branch with your feature:
git checkout -b my-feature
; - Commit your changes:
git commit -m 'feat: my new feature'
; - Push to your branch:
git push origin my-feature
.
git clone https://github.com/carlos-jean-gawronski/mysql-helper.git
cd mysql-helper
In the upper right of this project, under the 'releases' field, there's a green button that reads 'Clone or Download', the same place you get the cloning link. Hit that to download this project.
by carlos-jean-gawronski 👋