ipfs-sqlite-block-store
ipfs-sqlite-block-store copied to clipboard
SQLite based ipfs block store
This updates `libipld` to `0.16.0` to make it compatible with other crates in the ecosystem: `libipld` `0.16` and `0.14` depend on different versions of `rand`, which leads to issues when...
Hi! I'm curious if there is any intention of adding an async/await interface to this library. The docs say "For blocking usage, use BlockStore", which I read as there might...
It would be interesting to size the cache based on the amount of free disk space, so if the disk fills up the cache gets smaller to free up disk...