/Personal_Data_Store

This is a PDS (Personal Data Store) written in C to implement database operations. It also implements index based querying for search.

Primary LanguageC

Personal Data Store

This is a PDS (Personal Data Store) written in C to implement database operations. It also implements index based querying for search.

The repository also contains a simple application demonstrating the use case of the PDS. Please refer to App Dev Report for a list of features implemented.