libkeepass / pykeepass

Python library to interact with keepass databases (supports KDBX3 and KDBX4)
https://pypi.org/project/pykeepass/
GNU General Public License v3.0
411 stars 96 forks source link

How to edit a shared group? #355

Open afg137 opened 1 year ago

afg137 commented 1 year ago

I have two databases and a shared group between them. How can I add an item in the shared group using PyKeePass in such a way that both databases see the change? If I add the item directly in the GUI in one of the databases, the second one syncs the change. However, if I add it through PyKeePass, only the first database sees the change but the second one does not sync it. How can I do this?

Evidlo commented 1 year ago

Are you talking about the original KeePass or KeePassXC? This isn't a feature I was aware of.

afg137 commented 1 year ago

KeePassXC