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§
- added_
by_ inbox_ id - commit_
log_ public_ key - conversation_
type - created_
at_ ns - dm_id
- fork_
details - has_
pending_ leave_ request - id
- installations_
last_ checked - is_
commit_ log_ forked - last_
message_ ns - maybe_
forked - membership_
state - message_
disappear_ from_ ns - message_
disappear_ in_ ns - originator_
id - paused_
for_ version - rotated_
at_ ns - sequence_
id - should_
publish_ commit_ log - star
- Represents
table_name.*, which is sometimes needed for efficient count queries. It cannot be used in place ofall_columns, and has aSqlTypeof()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§
- Boxed
Query - Helper type for representing a boxed query from this table
- SqlType
- The SQL type of all of the columns on this table