「BoltDB」- 概念、术语

boltdb,是个基于 B+tree 实现的 key-value 嵌入式数据库,其通过提供 Bucket(桶)机制,来实现类似 MySQL Table 的逻辑隔离;