Categorygithub.com/bdware/tm-db-go-datastore
modulepackage
0.1.1
Repository: https://github.com/bdware/tm-db-go-datastore.git
Documentation: pkg.go.dev

# README

tm-db-go-datastore

An implementation of tendermint/tm-db database interface by wrapping bdware/go-datastore.

License

MIT

Copyright (c) 2021 The BDWare Authors. All rights reserved.

# Functions

New creates a new in-memory database.

# Constants

Backend type for bdware/go-datastore backed tm-db implementation.

# Structs

DB implements db.DB by wrapping a bdware/go-datastore Datastore instance.