typeorm-seeding
typeorm-seeding copied to clipboard
🌱 A delightful way to seed test data into your database.
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
 The build has a typo in the npm registry. The shebang should be `#!/usr/bin/env node`
 Hi I'am already following instruction on docs but I got this error user.factory.ts ```typescript import * as Faker from "faker"; import { User }...
This will provide the full context on why the save failed, even if tests are running with `--silent`.
Hi! As some of you may know, I've been working on this library for the last months, trying to solve issues and refactoring, because I use this library every day...
#edited I have entity:  user.factory.ts  I have problem with file user.factory.ts: const gender = faker.random.number(1) To...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
when i run the cammand `npm run seed:run `, it run all the seed file even if it runs already once.
Npm secret is required on release system in order to deploy the package to npm registry. Github package registry is already working with autogenerated secret.
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.entity'; import { Question } from '../../entities/question.entity';...