Expand description
Minimal read-only BoltDB parser, tailored for containerd metadata usage. Implements just enough of Bolt’s B+tree to walk buckets and read values.
Structs§
- Bolt
- Read-only database held in memory (meta.db is small).
- Bucket
- A logical bucket.
- Bucket
Cursor - Cursor to iterate leaf entries without re-parsing the tree.
- Cursor
Entry - Stats
- Lightweight database stats useful for debugging bounds.
- Tx
- Read-only transaction. Immutable view over the DB bytes.