This project implements a performance comparison between file operations and database operations. It utilizes CSV files and a PostgreSQL database.
- DBDelete: Responsible for deleting data in the database.
- DBInsert: Implements the function of inserting data into the database.
- DBSearch: Used to query data in the database.
- DBUpdate: Updates existing data in the database.
- FileDelete: Handles operations related to file deletion.
- FileInsert: Completes operations such as inserting file content.
- FileSearch: Implements the function of searching file content.
- FileUpdate: Updates file content.