This is project is a simple PDS (Personal Data Store) in C language to implement database operations. It also implements index based querying for search. It simulates an imagining of a Game Store/Management System (somewhat similar to Steam). It has the following features:
An important point to note here is that all database operations here are implemented in C from scratch. The report also details testing results for various database operations. The report can be found here