{"id":21330358,"url":"https://github.com/minnukota381/jdbc-crud-application","last_synced_at":"2025-07-12T08:32:29.584Z","repository":{"id":248621475,"uuid":"828757970","full_name":"minnukota381/jdbc-crud-application","owner":"minnukota381","description":"This project demonstrates basic CRUD (Create, Read, Update, Delete) operations using JDBC (Java Database Connectivity) with different databases like MySQL, PostgreSQL, and more. It provides a simple yet comprehensive example of how to interact with databases in Java using JDBC.","archived":false,"fork":false,"pushed_at":"2024-09-14T03:59:15.000Z","size":47,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T17:11:29.678Z","etag":null,"topics":["java","jdbc","mysql","postgresql","sql"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/minnukota381.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-15T04:28:25.000Z","updated_at":"2024-09-14T03:59:18.000Z","dependencies_parsed_at":"2024-09-14T16:30:00.951Z","dependency_job_id":"3b1d4c9b-3faf-44ce-973e-3f6feb85f588","html_url":"https://github.com/minnukota381/jdbc-crud-application","commit_stats":null,"previous_names":["minnukota381/jdbc-crud-application"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/minnukota381/jdbc-crud-application","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minnukota381%2Fjdbc-crud-application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minnukota381%2Fjdbc-crud-application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minnukota381%2Fjdbc-crud-application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minnukota381%2Fjdbc-crud-application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/minnukota381","download_url":"https://codeload.github.com/minnukota381/jdbc-crud-application/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minnukota381%2Fjdbc-crud-application/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264962469,"owners_count":23689814,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","jdbc","mysql","postgresql","sql"],"created_at":"2024-11-21T22:17:38.069Z","updated_at":"2025-07-12T08:32:29.299Z","avatar_url":"https://github.com/minnukota381.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JDBC CRUD Operations with Multiple Databases\n\nThis project demonstrates basic CRUD (Create, Read, Update, Delete) operations using JDBC (Java Database Connectivity) with different databases like MySQL, PostgreSQL, and more. It provides a simple yet comprehensive example of how to interact with databases in Java using JDBC.\n\n## Features\n\n- **CRUD Operations:** Demonstrates how to perform Create, Read, Update, and Delete operations on databases.\n- **Database Support:** Includes examples for MySQL and PostgreSQL databases. Easily extendable for other databases.\n- **Reusable DAOs:** Uses Data Access Objects (DAOs) for each database interaction, ensuring clean and modular code.\n\n## Technologies Used\n\n- Java\n- JDBC\n- MySQL\n- PostgreSQL\n\n## Setup Instructions\n\n1. **Clone the repository:**\n\n   ```bash\n   git clone https://github.com/minnukota381/jdbc-crud-application.git\n   cd jdbc-crud-application\n   ```\n\n2. **Import into your IDE:**\n   - Import the project into your preferred Java IDE (like Eclipse or IntelliJ IDEA).\n\n3. **Configure Database:**\n   - Create databases named `jdbc_mysql_db` and `jdbc_postgres_db` in MySQL and PostgreSQL respectively.\n   - Update `src/main/resources/config.properties` with your database credentials.\n\n4. **Run the Application:**\n   - Build and run the project from your IDE.\n   - The application will perform CRUD operations on both MySQL and PostgreSQL databases.\n\n## Usage\n\n- Each database operation is encapsulated within its own DAO class (`UserDAO`, `ProductDAO`, etc.).\n- Modify the DAO classes as needed for your specific database schema and requirements.\n\n## Contributing\n\nContributions are welcome! If you'd like to enhance the project, follow these steps:\n\n1. Fork the project.\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`).\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`).\n4. Push to the branch (`git push origin feature/AmazingFeature`).\n5. Open a pull request.\n\n## License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminnukota381%2Fjdbc-crud-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fminnukota381%2Fjdbc-crud-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminnukota381%2Fjdbc-crud-application/lists"}