package
0.8.2
Repository: https://github.com/ipfs/go-datastore.git
Documentation: pkg.go.dev

# README

Example datastore implementations

This directory contains simple implementation of the datastore interface

THE CODE IN THIS DIRECTORY IS NOT SAFE TO USE IN ANY APPLICATION!

If you are looking for a more complete persistent implementation of the go-datastore interface, there are several implementations you can choose from:

# Functions

NewDatastore returns a new fs Datastore at given `path`.

# Variables

No description provided by the author

# Structs

Datastore uses a uses a file per key to store values.