pickledb icon indicating copy to clipboard operation
pickledb copied to clipboard

Feature: Append to db

Open tommydb opened this issue 3 years ago • 2 comments

Being able to append to the pickledb. Everytime i call db.dump() it overwrites existing file.

tommydb avatar Apr 15 '21 22:04 tommydb

What are you wanting to append to the .db file? an entry or to concatenate files?

alexshelto avatar May 10 '21 22:05 alexshelto

You can first read the saved database with "load", make modifications, and then save it. This wont overwrite database, it will append data

tory1103 avatar Jul 30 '21 21:07 tory1103