pub async fn load_executor(
    connector_kind: ConnectorKind<'_>,
    features: PreviewFeatures
) -> Result<Box<dyn QueryExecutor + Send + Sync + 'static>>
Expand description

Loads a query executor based on the parsed Prisma schema (datasource).