Hacker News new | ask | show | jobs
by Slurpee99 3279 days ago
How well does it work for teams? Is there issues for syncing the database if two or more people are using it at the same time?
1 comments

Works OK for small teams. If a user forgets to close the database then other team members are only able to open it as read-only. My biggest gripe is that you don't know who is holding the write lock. We work around this by using a setting in our keepass client to close the db after a certain amount of time.