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