Module fuel_indexer_schema::db
source · Expand description
fuel_indexer_schema::db
A collection of utilities that contain logic specifically for persisting data to, and fetching data from the database.
fuel_indexer_schema::db
is feature flagged, and not included in indexers by default,
due to the fact that this module requires the sqlx
dependnecy that does not compile
to WebAssembly (WASM).
Modules
- fuel_indexer_schema::db::manager
- fuel_indexer_schema::db::tables
Enums
- Error type returned by indexer schema database-specific operations.
Type Aliases
- Result type returned by indexer schema database-specific operations.