Function schema_core::schema_api
source · pub fn schema_api(
datamodel: Option<String>,
host: Option<Arc<dyn ConnectorHost>>
) -> CoreResult<Box<dyn GenericApi>>
Expand description
Top-level constructor for the schema engine API.