dominikwilkowski / vault

An open source multi-platform password manager, written in Rust.
https://rustyvault.com/
GNU General Public License v3.0
16 stars 3 forks source link

Call only the relevant save for what has changed #25

Closed thewizzy closed 9 months ago

thewizzy commented 9 months ago

When changes are made to db, call db.save(). Changes made to config, call config.save()