package
0.0.0-20201029031353-9742f5acb6e0
Repository: https://github.com/cachecashproject/go-cachecash.git
Documentation: pkg.go.dev

# Functions

AddRawBlockHook registers your hook function for all future operations.
AddRawTXHook registers your hook function for all future operations.
FindRawBlock retrieves a single record by ID with an executor.
FindRawTX retrieves a single record by ID with an executor.
NewQuery initializes a new Query using the passed in QueryMods.
RawBlockExists checks if the RawBlock row exists.
RawBlocks retrieves all the records using an executor.
RawTxes retrieves all the records using an executor.
RawTXExists checks if the RawTX row exists.

# Variables

ErrSyncFail occurs during insert when the record could not be retrieved in order to populate default value information.
No description provided by the author
RawBlockRels is where relationship names are stored.
No description provided by the author
No description provided by the author
RawTXRels is where relationship names are stored.
No description provided by the author
No description provided by the author

# Structs

RawBlock is an object representing the database table.
RawTX is an object representing the database table.

# Type aliases

M type is for providing columns and column values to UpdateAll.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author