typedi
typedi copied to clipboard
question: Typeorm 0.3.0 has deprecated all container-related features. What does this mean for TypeDi?
As mentioned in the title, all container-related features have been deprecated since 0.3.0. Is there any other way to use TypeDi with Typeorm without calling Typeorm.useContainer() ?
@nelsonfleig I believe this is a quetion to typeorm instead of typedi. If their internals are not using typeorm we can't do much.
any workarounds? Is it possible to pass the new DataSource class in Typeorm to the container?