Function fuel_indexer_database::queries::schema_exists
source · pub async fn schema_exists(
conn: &mut IndexerConnection,
namespace: &str,
identifier: &str,
version: &str
) -> Result<bool>
Expand description
Indicate whether or not a given schema has been persisted to the database.