package
0.1.0
Repository: https://github.com/taskie/csc.git
Documentation: pkg.go.dev

# Functions

AddNamespaceHook registers your hook function for all future operations.
AddObjectHook registers your hook function for all future operations.
FindNamespace retrieves a single record by ID with an executor.
FindObject retrieves a single record by ID with an executor.
NamespaceExists checks if the Namespace row exists.
Namespaces retrieves all the records using an executor.
NewQuery initializes a new Query using the passed in QueryMods.
ObjectExists checks if the Object row exists.
Objects retrieves all the records using an executor.

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

# Structs

Namespace is an object representing the database table.
Object 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