-
**From Ken**:
Look at the fixture code to see if we can generate some of the entries automatically for the associative table `letter_type_letter_element_types_letter_element_type`. I think I gave th…
-
## Problem:
When starting out with local dev using this app we have no data available to use. This can be problematic given it means we each need to manually create data for our DB every time we want…
-
https://laravel.com/docs/6.x/seeding
-
Hi,
Thanks for the package 👍 I was looking for a solution from TypeORM to seed data into a db but it seems they don't have built-in solutions.
It works fine with yarn. But we are using NPM in …
-
Context:
I have a relation like so:
`Sport.ts`
```typescript
import { Field, ObjectType } from 'type-graphql';
import { Column, Entity, OneToMany, Unique } from 'typeorm';
import { TimeFrame…
-
I'd like my fixtures to be generated randomly, but with a seed.
For faker fields, I use `faker.seed(777)`.
However, this doesn't work with "*" relations.
I tried to use `seedrandom` package and rep…
-
Hey. Thank you for this great project!
My main intention with this lib is to load fixtures for automated testing on a Nest project.
But after reading the following statement in the README, it has …
-
Hi,
I've created a fork to work on the ability to resolve promises for lazy loaded relations in typeorm. The idea is to have the same principle as resolving references but adding a promise.resolve…
-
### Your Environment
We have the following setup and when we run the fixtures we get pages of UnhandledPromiseRejectionWarning output. It seems to be related to bcryptjs. We have a target in a make…
-
### Your Environment
| Software | Version(s) |
| typeorm-fixtures-cli | 1.8.0 |
| Node | 14.5.0
| Yarn | 1.22.4
| Operating System | MacOs 10.15.7
I have …