Bee [](https://travis-ci.org/bluesoft/bee) [](https://coveralls.io/r/bluesoft/bee) [](https://github.com/bluesoft/bee/releases)
May 5, 2026 ยท View on GitHub
Bee is a tool for managing database changes.
How can Bee help you ?
See the documentation
Easy install with brew:
brew install bee
Completion files for the lazy:
If you are using Bash:
Save the file etc/bee_bash_completion as /etc/bash_completion.d/bee and run . /etc/bash_completion.
If you are using Fish:
Save the file etc/bee_fish_completion as $HOME/.config/fish/completions/bee.fish.
Contributing
Things we will merge
- Bugfixes
- Performance improvements
- Features and components which are likely to be useful to the majority of users
Things we won't merge
- Code which introduces considerable performance degrations
- Features which are not important for most people
- Code which comes without tests
- Code which breaks existing tests
Workflow
- Fork the repository
- Create a new branch in your fork (feature branch)
- Make sure all tests pass
- Create a pull request