A Program, testing some possibilities of the SQL database connection written in Java.
Some features available are deleting and updating a user in the database.
- Delete a user – Deletes a user based on the user's id from the database.
- Update a user – Updates a user's name and email.
- Search by name – Searches for a user based on the given name.
- Get the user count – Know how many users are registered in the database.
- Clone the repository:
git clone https://github.com/PaulTheJavaDev/projectname.git- Navigate to the project directory:
cd How_You_Named_This_ProjectInstall dependencies (if required, e.g., Maven/Gradle for Java):
mvn install
# or
gradle buildRun the application:
java -jar How_You_Named_This_Project.jar
pgsqlPain in the ass to write this.
You better appreciate this ReadMe.