Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 394 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 394 Bytes

CDB: C-Database

A lightweight, file-based database server written in C, designed to efficiently manage student information. Features

  • Data Management: Insert, delete, and update student records with ease
  • File-Based Storage: Reliable and efficient storage using file I/O operations

Getting Started