modulepackage
0.0.1-alpha.2
Repository: https://github.com/daotl/go-ds-badger3.git
Documentation: pkg.go.dev
# README
go-ds-badger
DAOT Labs' fork of textileio/go-ds-badger3.
Datastore implementation using badger as backend.
This fork adds support for bytes-backed keys in addition to original string-backed keys, which could improve performance in some cases by preventing type conversion and reducing key size.
Lead Maintainer
Table of Contents
Documentation
See godoc.
Contribute
Feel free to join in. All welcome. Open an issue!
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