ipld-eth-server/vendor/github.com/ipfs/go-datastore
Elizabeth Engelman 36533f7c3f Update vendor directory and make necessary code changes
Fixes for new geth version
2019-09-25 16:32:27 -05:00
..
autobatch Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
keytransform Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
mount Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
namespace Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
query Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
retrystore Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
sync Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
.gitignore Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
.travis.yml Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
basic_ds.go Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
batch.go Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
datastore.go Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
go.mod Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
go.sum Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
key.go Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
LICENSE Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
Makefile Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
package.json Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
README.md Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00

go-datastore

standard-readme compliant GoDoc

key-value datastore interfaces

datastore is a generic layer of abstraction for data store and database access. It is a simple API with the aim to enable application development in a datastore-agnostic way, allowing datastores to be swapped seamlessly without changing application code. Thus, one can leverage different datastores with different strengths without committing the application to one datastore throughout its lifetime.

In addition, grouped datastores significantly simplify interesting data access patterns (such as caching and sharding).

Based on datastore.py.

Documentation

https://godoc.org/github.com/ipfs/go-datastore

Contribute

Feel free to join in. All welcome. Open an issue!

This repository falls under the IPFS Code of Conduct.

Want to hack on IPFS?

License

MIT