Skip to content

vishalag001/SimpleTransactionDatabase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SimpleTransactionDatabase

Simple Transaction Database Implementation

The transaction database supports following operations:
SET - record a new data entry
GET - search of a data entry in database
UNSET - clear the record of a data entry
NUMEQUALTO - search the number of occurrence of certain value
END - exit the program
BEGIN - start a new transaction entry
ROLLBACK - discard current transaction and go back to previous one
COMMIT - close all pending transactions and make the changes permanently

Data Structure:
Current program uses two HashMaps, one for database record and one for occurrence tracking.

About

Simple Transaction Database Implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages