package
0.0.0-20241104083215-6b97290722ae
Repository: https://github.com/stobita/airnote.git
Documentation: pkg.go.dev

# Functions

AddLinkHook registers your hook function for all future operations.
AddLinkOriginalHook registers your hook function for all future operations.
AddLinksTagHook registers your hook function for all future operations.
AddTagHook registers your hook function for all future operations.
FindLink retrieves a single record by ID with an executor.
FindLinkOriginal retrieves a single record by ID with an executor.
FindLinksTag retrieves a single record by ID with an executor.
FindTag retrieves a single record by ID with an executor.
LinkExists checks if the Link row exists.
LinkOriginalExists checks if the LinkOriginal row exists.
LinkOriginals retrieves all the records using an executor.
Links retrieves all the records using an executor.
LinksTagExists checks if the LinksTag row exists.
LinksTags retrieves all the records using an executor.
NewQuery initializes a new Query using the passed in QueryMods.
TagExists checks if the Tag row exists.
Tags 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
No description provided by the author
LinkOriginalRels is where relationship names are stored.
No description provided by the author
LinkRels is where relationship names are stored.
No description provided by the author
LinksTagRels 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
TagRels is where relationship names are stored.
No description provided by the author

# Structs

Link is an object representing the database table.
LinkOriginal is an object representing the database table.
LinksTag is an object representing the database table.
Tag is an object representing the database table.

# Type aliases

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
M type is for providing columns and column values to UpdateAll.
No description provided by the author
No description provided by the author