Overview of TDBStore
masterTDBStore (Tiny Database Storage) is a lightweight module for storing data on flash storage. It belongs to the KVStore class family and provides a get/set interface. It is optimized for speed, reduced flash wear, minimal storage overhead, and power-failure resilience.
Requirement: TDBStore assumes the underlying block device is fully dedicated to it (starting at offset 0). To use only a portion of a device, you must use a sliced block device, typically via SlicingBlockDevice.