Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Append to db #77

Open
tommydb opened this issue Apr 15, 2021 · 2 comments
Open

Feature: Append to db #77

tommydb opened this issue Apr 15, 2021 · 2 comments

Comments

@tommydb
Copy link

tommydb commented Apr 15, 2021

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

@alexshelto
Copy link

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

@tory1103
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants