https://github.com/launchcodedev/germinator
A package to help with seeding databases using declarative YAML files
https://github.com/launchcodedev/germinator
database-seeding fake-data fixtures nodejs postgresql sqlite
Last synced: about 1 month ago
JSON representation
A package to help with seeding databases using declarative YAML files
- Host: GitHub
- URL: https://github.com/launchcodedev/germinator
- Owner: launchcodedev
- License: mpl-2.0
- Created: 2020-08-10T02:05:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-11T02:52:06.000Z (over 4 years ago)
- Last Synced: 2025-04-15T19:24:33.570Z (about 2 months ago)
- Topics: database-seeding, fake-data, fixtures, nodejs, postgresql, sqlite
- Language: TypeScript
- Homepage: https://germinator.dev
- Size: 2.21 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
A database seeder for the farmer within you---
## Using Germinator
Read the [Introduction](https://germinator.dev/intro.html) guide on our website.
Or, run with npx or docker:
```sh
docker run -it --rm ghcr.io/launchcodedev/germinator --help
``````sh
npx germinator --help
```