typeorm-typedi-extensions
typeorm-typedi-extensions copied to clipboard
Dependency injection and service container integration with TypeORM using TypeDI library.
I have some circular depended entities (`User` and `Token`) and when I injecting `Repository` and `Repository` in some class, User is `undefined` on the moment of the class construction. ```ts...
Is it possible to make multiple repository calls within a single transaction using dependency injection? If I'm reading the code correctly, this will always grab repositories off of a connection...
## Description Changes to use typeorm version 0.3.x - Removal of obsolete functions - Change to use DataSource - Creating a new parameter to force the type of entity used...
for "fieldSetRepo" i get undefined help me with resolve it import 'reflect-metadata'; import { Request } from 'express'; import Container, { Service, Inject } from 'typedi'; import { Repository, getRepository...
for "fieldSetRepo" i get undefined help me with resolve it import 'reflect-metadata'; import { Request } from 'express'; import Container, { Service, Inject } from 'typedi'; import { Repository, getRepository...
how support with typeorm ^0.3.17 createConnection' is deprecated useContainer' is deprecated  
Removes [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js). It's no longer used after updating ancestor dependency [typeorm](https://github.com/typeorm/typeorm). These dependencies need to be updated together. Removes `xml2js` Updates `typeorm` from 0.2.30 to 0.3.14 Release notes Sourced from...
Removes [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js). It's no longer used after updating ancestor dependency [typeorm](https://github.com/typeorm/typeorm). These dependencies need to be updated together. Removes `xml2js` Updates `typeorm` from 0.2.30 to 0.3.14 Release notes Sourced from...
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...