# Packages
No description provided by the author
# Functions
CountEntities counts the number of entities in the database.
CreateEntities creates entities in the database.
CreateEntity creates an entity in the database.
DeleteEntities deletes entities from the database.
ExecQuery runs a query and returns the result.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RowsQuery runs a row returning query.
UpdateEntities updates entities in the database.
UpsertEntities upserts a multiple entities.
UpsertEntity upserts an entity.
# Structs
DBOptionsCount is the options struct for entity count queries.
DeleteOptions is the options struct for entity delete queries.
Collection of convenience functions for working with entities.
No description provided by the author
Options is the options struct used for queries.
TXHelpers is a convenience struct for working with transactions.
Update is the options struct for entity update queries.
UpdateHandler is the handler for entity updates.
UpsertOptions is the options struct used for upserts.
# Interfaces
No description provided by the author
# Type aliases
Inserter is a function used to insert an entity into the database.
No description provided by the author
No description provided by the author
Updates contains a list of updates.