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

# Functions

AddKvstoreHook registers your hook function for all future operations.
FindKvstore retrieves a single record by ID with an executor.
KvstoreExists checks if the Kvstore row exists.
Kvstores retrieves all the records using an executor.
NewQuery initializes a new Query using the passed in QueryMods.

# 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
KvstoreRels is where relationship names are stored.
No description provided by the author
No description provided by the author

# Structs

Kvstore is an object representing the database table.

# Type aliases

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