ipfs-rust / ipfs-embed

A small embeddable ipfs implementation
348 stars 49 forks source link

replace block store with ipfs-sqlite-block-store #30

Closed dvc94ch closed 3 years ago

cryptoquick commented 3 years ago

Will this be an alternative to using sled as a blockstore?

dvc94ch commented 3 years ago

this will be the only backend for now. the sled backend will require considerable changes. Fixed in #31

dvc94ch commented 3 years ago

Closed by #31