package
2.5.6+incompatible
Repository: https://github.com/lbryio/chainquery.git
Documentation: pkg.go.dev

# Functions

APIQuery is the entry point from the API to chainquery.
CloseDB is a wrapper function to allow error handle when it is usually deferred.
GetAddressSummary returns summary information of an address in the chainquery database.
GetTableStatus provides size information for the tables in the chainquery database.
Init initializes a database connection based on the dsn provided.
InitAPIQuery initializes the api chainquery db connection.

# Structs

AddressSummary summarizes information for an address from chainquery database.
QueryLogger implements the Executor interface.