Feature: Append to db
tommydb opened this issue · 3 comments
tommydb commented
Being able to append to the pickledb.
Everytime i call db.dump() it overwrites existing file.
alexshelto commented
What are you wanting to append to the .db file? an entry or to concatenate files?
tory1103 commented
You can first read the saved database with "load", make modifications, and then save it.
This wont overwrite database, it will append data