Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 230 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 230 Bytes

BlobStore

This library provides a file-system based database for blobs of binary data.

Data is added, and the caller is given a key. The key may be then used to retrieve the data, but data may be neither removed nor modified.