An open API service indexing awesome lists of open source software.

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.

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.