Function fuel_indexer_postgres::columns_get_schema
source · pub async fn columns_get_schema(
conn: &mut PoolConnection<Postgres>,
name: &str,
identifier: &str,
version: &str
) -> Result<Vec<ColumnInfo>>
pub async fn columns_get_schema(
conn: &mut PoolConnection<Postgres>,
name: &str,
identifier: &str,
version: &str
) -> Result<Vec<ColumnInfo>>