package
0.0.0-20200826111659-c772d2a39d1b
Repository: https://github.com/annchain/blockdb.git
Documentation: pkg.go.dev
# README
Backends
Backends are the set of supported backend databases.
In the backend, You should provide the following implementations:
- Connector: build backend connection according to connection string
- Requester: reuse the Connection and fire request to the target database
# Interfaces
No description provided by the author