Skip to content

A Java application demonstrating CRUD operations and file upload/download functionality using JDBC. This project showcases basic database interactions and file management with a simple setup and easy-to-understand code. It is built using Java, JDBC, MySQL, and Maven.

Notifications You must be signed in to change notification settings

im-aditya-rathi/JDBC-CRUD-FileUploaderDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JDBC CRUD Project

Overview

This project is a simple Java application that demonstrates the use of JDBC for performing CRUD (Create, Read, Update, Delete) operations on a database. Additionally, it includes functionality to upload and download files to and from the database to a specified project location.

Features

  • CRUD Operations:

    • Create new records
    • Read and display existing records
    • Update existing records
    • Delete records
  • File Upload and Download:

    • Upload files from the project location to the database
    • Download files from the database to the project location

Technologies Used

  • Java
  • JDBC
  • MySQL
  • Maven

About

A Java application demonstrating CRUD operations and file upload/download functionality using JDBC. This project showcases basic database interactions and file management with a simple setup and easy-to-understand code. It is built using Java, JDBC, MySQL, and Maven.

Topics

Resources

Stars

Watchers

Forks

Languages