Function fuel_indexer_postgres::schema_exists
source · pub async fn schema_exists(
conn: &mut PoolConnection<Postgres>,
namespace: &str,
identifier: &str,
version: &str
) -> Result<bool>
pub async fn schema_exists(
conn: &mut PoolConnection<Postgres>,
namespace: &str,
identifier: &str,
version: &str
) -> Result<bool>