PDS Application

This project is a PDS (Personal Data Store) written in C to implement database operations.

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:

  • A User can create an Account and view/modify Account Details.
  • A User can deposity money into the Account.
  • A User can browse the Game Library and using deposited money, can buy a Game.
  • A User can view all his details including the games he/she owns and can Delete his Account as well.

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