Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-11T02:52:06.000Z (almost 4 years ago)
- Last Synced: 2024-04-28T20:23:43.165Z (7 months ago)
- Topics: database-seeding, fake-data, fixtures, nodejs, postgresql, sqlite
- Language: TypeScript
- Homepage: https://germinator.dev
- Size: 2.21 MB
- Stars: 2
- Watchers: 3
- 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
```