summaryrefslogtreecommitdiff
path: root/scripts/db_access/client_side_db.py
AgeCommit message (Collapse)Author
2015-03-24[fix] turn client side db access script into asyncdrebs
With changes in soledad client api to make it async, the supporting scripts also have to be updated. This commit also adds more functionalities as exporting incoming mail and public or private keys.
2014-12-08Add key manager to client db access script.drebs
2014-08-08Protect sync db with a password.drebs
2014-08-01Make client db access script defer decryption.drebs
2014-06-05Reorganize profiling scripts.drebs
2014-06-03Add password option to client db script.drebs
2014-03-14Improve client db access script.drebs
2014-03-11Add script to measure PUT memory usage.drebs