You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bolt is a pure Go key/value store inspired by Howard Chu's LMDB project. The goal of the project is to provide a simple, fast, and reliable database for projects that don't require a full database server such as Postgres or MySQL.
Also I want mention that, there is a project combine both BoltDb and Raft https://github.com/hashicorp/raft-boltdb, so we can use boltdb in a distributed environments, make boltdb HA.
Actual Behavior:
What is the issue? *
Crane should support Sqlite or BoltDB as MySQL need another serivces
The text was updated successfully, but these errors were encountered: