status-go/vendor/github.com/ipfs/go-datastore
Andrea Maria Piana 4d15ae8a85 Upgrade to go 1.18 2022-05-11 12:39:54 +01:00
..
query feat: wakuv2 peer persistence (#2287) 2021-10-12 08:39:28 -04:00
.gitignore feat: wakuv2 peer persistence (#2287) 2021-10-12 08:39:28 -04:00
LICENSE feat: wakuv2 peer persistence (#2287) 2021-10-12 08:39:28 -04:00
README.md feat: wakuv2 peer persistence (#2287) 2021-10-12 08:39:28 -04:00
basic_ds.go chore: bump go-waku 2022-04-06 10:36:06 -04:00
batch.go chore: bump go-waku 2022-04-06 10:36:06 -04:00
datastore.go chore: bump go-waku 2022-04-06 10:36:06 -04:00
key.go feat: wakuv2 peer persistence (#2287) 2021-10-12 08:39:28 -04:00
version.json chore: bump go-waku 2022-04-06 10:36:06 -04:00

README.md

go-datastore

standard-readme compliant GoDoc

key-value datastore interfaces

Lead Maintainer

Steven Allen

Table of Contents

Background

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