Skip to content

Coding-dude12351/Database_management.cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Database System in C++

This is a lightweight database management system written in C++.
It provides a simple menu-driven interface to manage records using file storage.


✨ Features

  • Add new records
  • View all records
  • Update existing records
  • Delete records
  • exit

⚙️ How It Works

  • Each record is stored in a text file (data.txt).
  • Records contain fields such as ID, Name, Age (you can extend with more fields).
  • The system reads/writes from the file to perform database operations.

🛠️ Build Instructions

Compile using g++:

g++ main.cpp -o database

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages