Module fuel_indexer_schema::db::tables
source · Expand description
fuel_indexer_schema::db::tables
Runtime logic used to create SQL tables and persist those tables (and various metadata about the structure of those tables) to the database.
Also used to load tables from the database when web requests are made.
Structs
IndexerSchema
is used to encapsulate most of the logic related to parsing GraphQL types, generating SQL from those types, and committing that SQL to the database.