ipfs / go-ds-flatfs

A datastore implementation using sharded directories and flat files to store data
MIT License
46 stars 21 forks source link

Handle puts *and* deletes in Batch #49

Open Stebalien opened 6 years ago

Stebalien commented 6 years ago

See: https://github.com/ipfs/go-datastore/pull/103. Either that or we need to document the semantics of batch (and say that it first puts, then deletes).