https://github.com/nityanandagohain/simple-dbms
A simple database management system in c using linked list as its main data structure to maintain efficiency.
https://github.com/nityanandagohain/simple-dbms
c dbms files linked-list
Last synced: over 1 year ago
JSON representation
A simple database management system in c using linked list as its main data structure to maintain efficiency.
- Host: GitHub
- URL: https://github.com/nityanandagohain/simple-dbms
- Owner: nityanandagohain
- Created: 2017-09-05T00:34:56.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-19T10:42:00.000Z (over 8 years ago)
- Last Synced: 2024-10-11T15:42:54.030Z (over 1 year ago)
- Topics: c, dbms, files, linked-list
- Language: C
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## SIMPLE-DBMS
This program can be used to store data of students.
Here the roll no's are used as primary key.
Here I have used Linked List data structure to store the starting address
of each structure.
To run it
### clone the repo
```
git clone https://github.com/nityanandagohain/Simple-Dbms.git
```
### compile it
```
gcc main.c
```
### launch it
```
./a.out
```
# CONTRIBUTION
Anyone who is interested to contribute is most welcome .
Please feel free to mail me for any problems.