package
1.11.13
Repository: https://github.com/defacto2/df2.git
Documentation: pkg.go.dev

# Functions

FileExists checks if the File row exists.
Files retrieves all the records using an executor.
FindFile retrieves a single record by ID with an executor.
FindGroupname retrieves a single record by ID with an executor.
FindNetresource retrieves a single record by ID with an executor.
GroupnameExists checks if the Groupname row exists.
Groupnames retrieves all the records using an executor.
NetresourceExists checks if the Netresource row exists.
Netresources 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
FileRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
GroupnameRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
NetresourceRels is where relationship names are stored.
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

File is an object representing the database table.
Groupname is an object representing the database table.
Netresource 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.
No description provided by the author