-
Heyhey, I know ESM is the cool guy out there, but there are tools which easily allow to provide ESM as well as CJS (e.g. microbundle). This should also solve #169
The problem is: This package is m…
-
When trying to recreate the examples from README, I get a type error.
**Facatory**:
```typescript
import {
CollectionSubfactory,
Factory,
LazyInstanceAttribute,
FactorizedAttrs,
} …
-
### Versions
- Node: 20
- OS: Docker Alpine
### Reproduction
Additional Details
Commands:
```JSON
{
"cli": "node ./dist/apps/cli/main",
"cli:dev": "ts-node ./apps/cli/src/…
-
Hi
I recently installed typeorm-seeding into my project, and im trying to seed colors into a FormColorEntity,
My entity located in /src/form/form-color.entity.ts which is under FormModule
He…
-
I'm trying to use it to populate a postgres DB but it does not work.
here's my script:
```
"seed:config": "ts-node -r tsconfig-paths/register ./node_modules/typeorm-seeding/dist/cli.js config",
…
-
I have the following factories:
question.factory.ts
```
import Faker from '@faker-js/faker';
import { define, factory } from 'typeorm-seeding';
import { Answer } from '../../entities/answer.ent…
-
![Screenshot from 2021-10-05 11 42 56](https://user-images.githubusercontent.com/20008086/135961334-353a036a-e445-4723-9ae6-f651760edd6f.png)
Hi I'am already following instruction on docs but I got…
-
-
Hi!
I'm trying to integrate `typeorm-seeding` in my NestJS application to use it for test data seeding. My NestJS structure does not use an `ormconfig` file, it defines the config at runtime, like …
-
### Use with typeOrm
i want to use seeding with typeOrm but stay db error how can i solve this