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.