Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀 feature: add bbolt implementation #321

Merged
merged 11 commits into from
Feb 10, 2022

Conversation

efectn
Copy link
Member

@efectn efectn commented Feb 4, 2022

Closes #270.

bbolt is a fork of Ben Johnson's Bolt key/value store. The purpose of this fork is to provide the Go community with an active maintenance and development target for Bolt; the goal is improved reliability and stability. bbolt includes bug fixes, performance enhancements, and features not found in Bolt while preserving backwards compatibility with the Bolt API.

bbolt/config.go Outdated Show resolved Hide resolved
@ReneWerner87 ReneWerner87 merged commit cc5ccf0 into gofiber:main Feb 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request] Add bbolt db
2 participants