patx/pickledb

Feature: Append to db

tommydb opened this issue · 3 comments

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