Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


A database seeder for the farmer within you



Licensed under MPL 2.0


npm


Build Status


Codecov Status


Github Pages

---

## 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
```