Expand description
fuel-indexer-database-types
A collection of types used to create SQL-based indexing components.
Structs
- Column on SQL database for a given
Table
the database. ColumnInfo
is a derived version ofColumn
that is only forqueries::columns_get_schema
.- SQL database foreign key for a given column.
- Represents the root of a graph in the database.
- Represents an asset that is used to create and identify indexers.
- Represents a bundle of assets that are used to create and identify indexers.
- Nonce used for indexer authentication.
- SQL primary key constraint for a given set of columns.
- An indexer that has been persisted to the database.
- Represents a root column in the graph.
- SQL index constraint for a given column.
- SQL database table for a given
GraphRoot
in the database. - Type ID used to identify
TypeDefintion
s in the GraphQL schema.
Enums
- SQL database types used by indexers.
- SQL database constraint for a given column.
- SQL database types used by indexers.
- All assets that can be used on indexers.
- On delete action for a FK constraint.
- On update action for a FK constraint.
- How the column is persisted to the DB.
Traits
- SQL statements that can be executed against a database.
- A named SQL statement.