kaustubh-nair / DBMS-from-scratch

A primitve dbms made from scratch using C :tada:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DBMS from scratch

A primitive, custom-made DBMS application written using C language. It supports basic queries like CREATE, UPDATE, DELETE, SEARCH (using index/ without index). The repo includes a demo application which is a repository for storing patient information.

Instructions

To run the app, execute

./run.sh

About

A primitve dbms made from scratch using C :tada:


Languages

Language:C 99.6%Language:Shell 0.4%