Module tasks

Module tasks 

Source

Modules§

columns
Contains all of the columns of this table
dsl
Re-exports all of the columns of this table, as well as the table struct renamed to the module name. This is meant to be glob imported for functions which only deal with one table.

Structs§

attempts
backoff_scaling_factor
created_at_ns
data
data_hash
expires_at_ns
id
initial_backoff_duration_ns
last_attempted_at_ns
max_attempts
max_backoff_duration_ns
next_attempt_at_ns
originating_message_originator_id
originating_message_sequence_id
star
Represents table_name.*, which is sometimes needed for efficient count queries. It cannot be used in place of all_columns, and has a SqlType of () to prevent it being used that way
table
The actual table struct

Constants§

all_columns
A tuple of all of the columns on this table

Type Aliases§

BoxedQuery
Helper type for representing a boxed query from this table
SqlType
The SQL type of all of the columns on this table