Categorygithub.com/ipfs/go-ds-badger2
modulepackage
0.1.5
Repository: https://github.com/ipfs/go-ds-badger2.git
Documentation: pkg.go.dev

# README

go-ds-badger

standard-readme compliant GoDoc Build Status

Datastore implementation using badger as backend.

Lead Maintainer

Jakub Sztandera

Table of Contents

Documentation

https://godoc.org/github.com/ipfs/go-ds-badger

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

# Functions

NewDatastore creates a new badger datastore.

# Variables

DefaultOptions are the default options for the badger datastore.
No description provided by the author

# Structs

No description provided by the author
Options are the badger datastore options, reexported here for convenience.