/DBMS-from-scratch

A primitve dbms made from scratch using C :tada:

Primary LanguageC

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