Make the save operation fully transactional to prevent partial or inconsistent database state.
- Wrap save logic in a SQLite transaction
- Ensure permission checks occur before committing
- Prevent orphaned or partially written states records
### Patch sent by
**mig5** ( [website](https://www.mig5.net) | [Forgejo](https://git.mig5.net) )
---
- Update README
- Version bump 0.2.2
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Make the save operation fully transactional to prevent partial or inconsistent database state.
Patch sent by
mig5 ( website | Forgejo )