package
0.0.0-20240619071413-083c677ecb41
Repository: https://github.com/bnei-baruch/gxydb-api.git
Documentation: pkg.go.dev

# Functions

CompositeExists checks if the Composite row exists.
Composites retrieves all the records using an executor.
CompositesRoomExists checks if the CompositesRoom row exists.
CompositesRooms retrieves all the records using an executor.
DynamicConfigExists checks if the DynamicConfig row exists.
DynamicConfigs retrieves all the records using an executor.
FindComposite retrieves a single record by ID with an executor.
FindCompositesRoom retrieves a single record by ID with an executor.
FindDynamicConfig retrieves a single record by ID with an executor.
FindGateway retrieves a single record by ID with an executor.
FindRoom retrieves a single record by ID with an executor.
FindRoomStatistic retrieves a single record by ID with an executor.
FindSchemaMigration retrieves a single record by ID with an executor.
FindSession retrieves a single record by ID with an executor.
FindUser retrieves a single record by ID with an executor.
GatewayExists checks if the Gateway row exists.
Gateways retrieves all the records using an executor.
NewQuery initializes a new Query using the passed in QueryMods.
RoomExists checks if the Room row exists.
Rooms retrieves all the records using an executor.
RoomStatisticExists checks if the RoomStatistic row exists.
RoomStatistics retrieves all the records using an executor.
SchemaMigrationExists checks if the SchemaMigration row exists.
SchemaMigrations retrieves all the records using an executor.
SessionExists checks if the Session row exists.
Sessions retrieves all the records using an executor.
UserExists checks if the User row exists.
Users retrieves all the records using an executor.

# Variables

No description provided by the author
CompositeRels is where relationship names are stored.
No description provided by the author
CompositesRoomRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
DynamicConfigRels is where relationship names are stored.
No description provided by the author
ErrSyncFail occurs during insert when the record could not be retrieved in order to populate default value information.
No description provided by the author
GatewayRels is where relationship names are stored.
No description provided by the author
No description provided by the author
RoomRels is where relationship names are stored.
No description provided by the author
RoomStatisticRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
SchemaMigrationRels is where relationship names are stored.
No description provided by the author
No description provided by the author
SessionRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
UserRels is where relationship names are stored.
No description provided by the author

# Structs

Composite is an object representing the database table.
CompositesRoom is an object representing the database table.
DynamicConfig is an object representing the database table.
Gateway is an object representing the database table.
Room is an object representing the database table.
RoomStatistic is an object representing the database table.
SchemaMigration is an object representing the database table.
Session is an object representing the database table.
User 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
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
No description provided by the author