Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

feat: add @snaplet/seed recipe example #1

Closed
wants to merge 25 commits into from

Conversation

avallete
Copy link

Describe this PR

This PR add a full integration example between @snaplet/seed and prisma

Changes

  • Added an example using @snaplet/seed in the seeding workflow
  • Added links to point Typescript/PostgreSQL-SQLite users to this section

This PR add a full integration example between @snaplet/seed and prisma
Copy link

@jianreis jianreis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Copy link

@jharrell jharrell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great. Just a few nits here and there from our side

jgoux and others added 8 commits April 29, 2024 13:47
* try out remark-cli

* content fixes

* move commenting to a reusable action

* check for absolute URLs

* check build in GitHub so logs are visible

* fix links to branches with forward slashes in the name

* improve redirect check
Bumps [sass](https://github.com/sass/dart-sass) from 1.75.0 to 1.76.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.75.0...1.76.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.51.2 to 3.52.0.
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/[email protected]/packages/wrangler)

---
updated-dependencies:
- dependency-name: wrangler
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jon Harrell <[email protected]>
Copy link

github-actions bot commented May 1, 2024

Absolute URL check

No absolute URLs to prisma.io/docs found.

Copy link

github-actions bot commented May 1, 2024

Redirect check

This PR probably requires the following redirects to be added to static/_redirects:

  • This PR does not change any pages in a way that would require a redirect.

Copy link

github-actions bot commented May 1, 2024

original preview
content/200-orm/050-overview/100-introduction/200-why-prisma.mdx content/200-orm/050-overview/100-introduction/200-why-prisma.mdx
content/200-orm/050-overview/100-introduction/250-should-you-use-prisma.mdx content/200-orm/050-overview/100-introduction/250-should-you-use-prisma.mdx
content/200-orm/050-overview/500-databases/950-cloudflare-d1.mdx content/200-orm/050-overview/500-databases/950-cloudflare-d1.mdx
content/200-orm/100-prisma-schema/10-overview/index.mdx content/200-orm/100-prisma-schema/10-overview/index.mdx
content/200-orm/100-prisma-schema/20-data-model/20-relations/420-relation-mode.mdx content/200-orm/100-prisma-schema/20-data-model/20-relations/420-relation-mode.mdx
content/200-orm/100-prisma-schema/20-data-model/20-relations/500-troubleshooting-relations.mdx content/200-orm/100-prisma-schema/20-data-model/20-relations/500-troubleshooting-relations.mdx
content/200-orm/100-prisma-schema/20-data-model/20-relations/index.mdx content/200-orm/100-prisma-schema/20-data-model/20-relations/index.mdx
content/200-orm/100-prisma-schema/20-data-model/30-indexes.mdx content/200-orm/100-prisma-schema/20-data-model/30-indexes.mdx
content/200-orm/100-prisma-schema/20-data-model/40-views.mdx content/200-orm/100-prisma-schema/20-data-model/40-views.mdx
content/200-orm/100-prisma-schema/20-data-model/50-database-mapping.mdx content/200-orm/100-prisma-schema/20-data-model/50-database-mapping.mdx
content/200-orm/100-prisma-schema/50-introspection.mdx content/200-orm/100-prisma-schema/50-introspection.mdx
content/200-orm/200-prisma-client/000-setup-and-configuration/050-databases-connections/index.mdx content/200-orm/200-prisma-client/000-setup-and-configuration/050-databases-connections/index.mdx
content/200-orm/200-prisma-client/000-setup-and-configuration/200-read-replicas.mdx content/200-orm/200-prisma-client/000-setup-and-configuration/200-read-replicas.mdx
content/200-orm/200-prisma-client/100-queries/050-filtering-and-sorting.mdx content/200-orm/200-prisma-client/100-queries/050-filtering-and-sorting.mdx
content/200-orm/200-prisma-client/100-queries/058-transactions.mdx content/200-orm/200-prisma-client/100-queries/058-transactions.mdx
content/200-orm/200-prisma-client/100-queries/090-raw-database-access/050-raw-queries.mdx content/200-orm/200-prisma-client/100-queries/090-raw-database-access/050-raw-queries.mdx
content/200-orm/200-prisma-client/100-queries/100-query-optimization-performance.mdx content/200-orm/200-prisma-client/100-queries/100-query-optimization-performance.mdx
content/200-orm/200-prisma-client/200-special-fields-and-types/080-null-and-undefined.mdx content/200-orm/200-prisma-client/200-special-fields-and-types/080-null-and-undefined.mdx
content/200-orm/200-prisma-client/300-client-extensions/130-result.mdx content/200-orm/200-prisma-client/300-client-extensions/130-result.mdx
content/200-orm/200-prisma-client/500-deployment/101-traditional/200-deploy-to-heroku.mdx content/200-orm/200-prisma-client/500-deployment/101-traditional/200-deploy-to-heroku.mdx
content/200-orm/200-prisma-client/500-deployment/101-traditional/250-deploy-to-koyeb.mdx content/200-orm/200-prisma-client/500-deployment/101-traditional/250-deploy-to-koyeb.mdx
content/200-orm/200-prisma-client/600-observability-and-logging/250-opentelemetry-tracing.mdx content/200-orm/200-prisma-client/600-observability-and-logging/250-opentelemetry-tracing.mdx
content/200-orm/300-prisma-migrate/050-getting-started.mdx content/200-orm/300-prisma-migrate/050-getting-started.mdx
content/200-orm/300-prisma-migrate/200-understanding-prisma-migrate/600-legacy-migrate.mdx content/200-orm/300-prisma-migrate/200-understanding-prisma-migrate/600-legacy-migrate.mdx
content/200-orm/300-prisma-migrate/300-workflows/10-seeding.mdx content/200-orm/300-prisma-migrate/300-workflows/10-seeding.mdx
content/200-orm/300-prisma-migrate/300-workflows/70-patching-and-hotfixing.mdx content/200-orm/300-prisma-migrate/300-workflows/70-patching-and-hotfixing.mdx
content/200-orm/500-reference/050-prisma-client-reference.mdx content/200-orm/500-reference/050-prisma-client-reference.mdx
content/200-orm/500-reference/100-prisma-schema-reference.mdx content/200-orm/500-reference/100-prisma-schema-reference.mdx
content/200-orm/500-reference/200-prisma-cli-reference.mdx content/200-orm/500-reference/200-prisma-cli-reference.mdx
content/200-orm/500-reference/250-error-reference.mdx content/200-orm/500-reference/250-error-reference.mdx
content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/index.mdx content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/index.mdx
content/200-orm/800-more/400-comparisons/04-prisma-and-drizzle.mdx content/200-orm/800-more/400-comparisons/04-prisma-and-drizzle.mdx
content/400-pulse/300-concepts.mdx content/400-pulse/300-concepts.mdx
content/400-pulse/400-api-reference.mdx content/400-pulse/400-api-reference.mdx
content/600-about/200-prisma-docs/20-style-guide/02-word-choice.mdx content/600-about/200-prisma-docs/20-style-guide/02-word-choice.mdx
content/600-about/200-prisma-docs/20-style-guide/03-spelling-punctuation-formatting.mdx content/600-about/200-prisma-docs/20-style-guide/03-spelling-punctuation-formatting.mdx
content/600-about/200-prisma-docs/20-style-guide/07-user-interace-guidelines.mdx content/600-about/200-prisma-docs/20-style-guide/07-user-interace-guidelines.mdx

@avallete avallete closed this May 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants