Skip to content

ryant26/BerkleyDBProj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 

Repository files navigation

BerkleyDBProj

Working:

KeySearch: -currently searches for a random key that it gets when the data base is created -prints the results into Answers.txt properly -Please see code for other methods that may be useful such as printing the reults to the screen

DataSearch: -Working -Prints to Answers.txt

RangeSearch: -Working -Not Extensively tested eg. does not handle case where invalid bounds are given

Not Working:

Important Notes:

  • If you are useing a while loop to increment the cursor you MUST** reinitalize the key and data to be new DatabaseEntry() objects. Otherwise you get garbage from previous result.

-If I have time this week I am going to try and clean up my searches, I know they are pretty ugly right now.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages