{"id":20980522,"url":"https://github.com/hyperjumptech/prisma-seeder","last_synced_at":"2026-04-24T11:31:14.803Z","repository":{"id":102269848,"uuid":"567631135","full_name":"hyperjumptech/prisma-seeder","owner":"hyperjumptech","description":"CLI tool to automatically populate your database with dummy data based on your schema.prisma file","archived":false,"fork":false,"pushed_at":"2023-03-11T17:03:41.000Z","size":217,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-01-01T09:11:20.748Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hyperjumptech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-18T08:00:37.000Z","updated_at":"2025-02-25T20:34:06.000Z","dependencies_parsed_at":"2023-06-16T21:46:09.931Z","dependency_job_id":null,"html_url":"https://github.com/hyperjumptech/prisma-seeder","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/hyperjumptech/prisma-seeder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperjumptech%2Fprisma-seeder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperjumptech%2Fprisma-seeder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperjumptech%2Fprisma-seeder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperjumptech%2Fprisma-seeder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyperjumptech","download_url":"https://codeload.github.com/hyperjumptech/prisma-seeder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperjumptech%2Fprisma-seeder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32221185,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T10:26:35.452Z","status":"ssl_error","status_checked_at":"2026-04-24T10:25:27.643Z","response_time":64,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-19T05:29:00.019Z","updated_at":"2026-04-24T11:31:14.773Z","avatar_url":"https://github.com/hyperjumptech.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Prisma Seeder\n\n## About\n\nPrisma Seeder is a CLI tool to automatically populate your database with dummy data based on your schema.prisma file.\n\n## Motivation\n\nPrisma has a feature to [seed the database](https://www.prisma.io/docs/guides/database/seed-database) using `npx prisma db seed`. However, you still need to write the script to create entries to your database. With Prisma Seeder, you don't need to write the script.\n\n# Installation\n\nPrisma Seeder is written using TypeScript for Node.js environment. So you can install it as follows\n\n```\nnpm install -g @hyperjumptech/prisma-seeder\n```\n\n# Usage\n\n```\nprisma-seeder --schema \u003cpath_to_schema_prisma_file\u003e --database-url \u003curl_of_the_database\u003e\n```\n\n# Development\n\nclone the repo, then install dependencies using\n\n```\nnpm install\n```\n\nthen run\n\n```\n./bin/dev --schema \u003cpath_to_schema_prisma_file\u003e --database-url \u003curl_of_the_database\u003e\n```\n\n# Testing\n\nTo run the test in your computer:\n\n1. Run `npm run dbsetup` in a terminal tab. Note: You need to install and run docker first.\n2. Run `npm run test` in a different terminal tab.\n\n# License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperjumptech%2Fprisma-seeder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperjumptech%2Fprisma-seeder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperjumptech%2Fprisma-seeder/lists"}