-
### Use with typeOrm
i want to use seeding with typeOrm but stay db error how can i solve this
-
Hello !
For some reason, I'm using a factory to create the configuration for TypeORM
Is it possible to upload this file? So that I can launch my fixture ?
```ts
// database.module.ts
import …
-
Hi,
enjoying working with your library. In my ormconfig I have multiple named connections: "development", "testing"
when I use the factories it is looking fore the "default" connection. `Conne…
-
#edited
I have entity:
![Screen Shot 2022-03-28 at 17 54 28](https://user-images.githubusercontent.com/75654156/160383507-d2deb005-4823-4e7b-bfc7-28c432e1bc90.png)
user.factory.ts
![Screen…
-
```
─ npm run seed:run ─╯
> nest@0.…
-
Hello there!
I'm developing an API using Node, Express and TypeORM. I'm using docker and postgres (a container for API and another one for db, in dev environment).
My seeder was working before u…
-
It seems like `getFactory` requires a generic to be used, yet this is not documented.
Also, there is a second generic argument `E`, that is not used at all.
Is there a way to fix this so that th…
-
Hi, thanks for the great open source project.
Wondering if the lib currently supports sequential attribute generation?
If yes, would you please provide an example?
If no, it'd be great to hav…
-
Hi,
Since upgrading typeorm to 0.2.25, controller requests starting failing.
Requests seem to work ok with typeorm 0.2.24 and lower.
Stack trace:
```
No entity column "whereFactory" was found…
-
In [Factory Boy](https://factoryboy.readthedocs.io/en/stable/orms.html), classes uses a `class Meta` to defined the model. With the implementation you made, we can't build a typeorm entity containing …