package
5.1.0-alpha
Repository: https://github.com/cerc-io/ipfs-ethdb.git
Documentation: pkg.go.dev

# Functions

CIDFromKeccak256 converts keccak256 hash bytes into a v1 cid.
DatabasePropertyFromString helper function.
NewBatch returns a ethdb.Batch interface for PG-IPFS.
NewDatabase returns a ethdb.Database interface for PG-IPFS.
NewIterator returns an ethdb.Iterator interface for PG-IPFS.
NewKeyValueStore returns a ethdb.KeyValueStore interface for PG-IPFS.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Batch is the type that satisfies the ethdb.Batch interface for PG-IPFS Ethereum data using a direct Postgres connection.
No description provided by the author
Database is the type that satisfies the ethdb.Database and ethdb.KeyValueStore interfaces for PG-IPFS Ethereum data using a direct Postgres connection.
Iterator is the type that satisfies the ethdb.Iterator interface for PG-IPFS Ethereum data using a direct Postgres connection Iteratee interface is used in Geth for various tests, trie/sync_bloom.go (for fast sync), rawdb.InspectDatabase, and the new core/state/snapshot features.

# Type aliases

DatabaseProperty enum type.