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

# README

go-ds-badger

standard-readme compliant GoDoc Build Status

Datastore implementation using badger as backend.

Lead Maintainer

Łukasz Magiera

Table of Contents

Documentation

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

Badger2

This repo contains a datastore implementation using Badger v1. If you are looking for a Badger v2 datastore check out https://github.com/ipfs/go-ds-badger2.

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.