5.2.1
More flexibility to configure the factories. Now you can get them to configure.
$entityFactory = $db->getEntityFactory();
$fieldFactory = $entityFactory->getFieldFactory();
$queryFactory = $entityFactory->getQueryFactory();
More flexibility to configure the factories. Now you can get them to configure.
$entityFactory = $db->getEntityFactory();
$fieldFactory = $entityFactory->getFieldFactory();
$queryFactory = $entityFactory->getQueryFactory();