Prompt Buddy logoPrompt Buddy

prisma · Prisma Docs

Prisma Deno (/docs/guides/runtimes/deno)

The page serves as a navigation hub or redirect for runtime-specific guides, currently showing a link to Bun integration.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Prisma Deno (/docs/guides/runtimes/deno)

The page serves as a navigation hub or redirect for runtime-specific guides, currently showing a link to Bun integration.

When To Use

Use when you need to find specific implementation guides for running Prisma within different JavaScript runtimes like Bun or Deno.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/prisma-deno-docs-guides-runtimes-workflow-guide.mdA guide explaining how to use Prisma ORM within the Deno runtime environment.Questions about a guide explaining how to use Prisma ORM within the Deno runtime environment.
examples/prisma-deno-docs-guides-runtimes-prisma-deno-setup-bash-commands.bashBash commands to create a directory and initialize a project for using Prisma with the Deno runtime.Exact payloads, commands, or snippets shown in Bash commands to create a directory and initialize a project for using Prisma with the Deno runtime.
examples/prisma-deno-docs-guides-runtimes-prisma-deno-init-command.bashA bash command demonstrating how to initialize a new Deno project for use with Prisma.Exact payloads, commands, or snippets shown in A bash command demonstrating how to initialize a new Deno project for use with Prisma.
examples/prisma-deno-docs-guides-runtimes-prisma-deno-deno-json-configuration.jsonA deno.json configuration file specifying imports for Prisma adapters and client packages using npm specifiers.Exact payloads, commands, or snippets shown in A deno.json configuration file specifying imports for Prisma adapters and client packages using npm specifiers.
examples/prisma-deno-docs-guides-runtimes-prisma-deno-init-command-2.bashA bash command to initialize Prisma within a Deno environment using the npm package.Exact payloads, commands, or snippets shown in A bash command to initialize Prisma within a Deno environment using the npm package.
examples/prisma-deno-docs-guides-runtimes-prisma-deno-typescript-config.typescriptA TypeScript configuration file demonstrating how to set up Prisma with the Deno runtime using defineConfig.Exact payloads, commands, or snippets shown in A TypeScript configuration file demonstrating how to set up Prisma with the Deno runtime using defineConfig.
examples/prisma-deno-docs-guides-runtimes-prisma-deno-setup-commands.bashBash commands for initializing and setting up a Prisma project within a Deno runtime environment.Exact payloads, commands, or snippets shown in Bash commands for initializing and setting up a Prisma project within a Deno runtime environment.
examples/prisma-deno-docs-guides-runtimes-prisma-deno-environment-variable-setup.bashA bash script demonstrating how to set the DATABASE_URL environment variable for running Prisma in a Deno runtime.Exact payloads, commands, or snippets shown in A bash script demonstrating how to set the DATABASEURL environment variable for running Prisma in a Deno runtime.
examples/prisma-deno-docs-guides-runtimes-prisma-deno-runtime-generator-configura.prismaA Prisma schema file demonstrating the configuration of the prisma-client generator with the deno runtime setting.Exact payloads, commands, or snippets shown in A Prisma schema file demonstrating the configuration of the prisma-client generator with the deno runtime setting.
examples/prisma-deno-docs-guides-runtimes-prisma-deno-db-migrate-and-generate-com.bashBash commands for running database migrations and generating the Prisma client using Deno tasks.Exact payloads, commands, or snippets shown in Bash commands for running database migrations and generating the Prisma client using Deno tasks.
examples/prisma-deno-docs-guides-runtimes-prisma-deno-typescript-client-setup.typescriptA TypeScript code example demonstrating how to initialize the Prisma Client using a Deno-compatible adapter and environment variables.Exact payloads, commands, or snippets shown in A TypeScript code example demonstrating how to initialize the Prisma Client using a Deno-compatible adapter and envir...
examples/prisma-deno-docs-guides-runtimes-prisma-deno-typescript-client-usage.typescriptA TypeScript code example demonstrating how to instantiate and use the Prisma Client within a Deno runtime environment using a database adapter.Exact payloads, commands, or snippets shown in A TypeScript code example demonstrating how to instantiate and use the Prisma Client within a Deno runtime environmen...
examples/prisma-deno-docs-guides-runtimes-prisma-deno-config.typescriptA TypeScript configuration file using defineConfig to set up the Prisma schema, migrations, and database URL for a Deno runtime environment.Exact payloads, commands, or snippets shown in A TypeScript configuration file using defineConfig to set up the Prisma schema, migrations, and database URL for a De...
examples/prisma-deno-docs-guides-runtimes-prisma-deno-db-seed-command.bashA bash command demonstrating how to execute the database seeding task using the Deno task runner in a Prisma project.Exact payloads, commands, or snippets shown in A bash command demonstrating how to execute the database seeding task using the Deno task runner in a Prisma project.
examples/prisma-deno-docs-guides-runtimes-prisma-deno-typescript-fetch-handler.typescriptA TypeScript example demonstrating how to use the Prisma client within a Deno HTTP request handler to fetch and count users.Exact payloads, commands, or snippets shown in A TypeScript example demonstrating how to use the Prisma client within a Deno HTTP request handler to fetch and count...
examples/prisma-deno-docs-guides-runtimes-prisma-deno-dev-task-command.bashA bash command used to run the development task within a Deno environment for Prisma.Exact payloads, commands, or snippets shown in A bash command used to run the development task within a Deno environment for Prisma.

What This Skill Covers

    • Bun: Learn how to use Prisma ORM in a Bun application with Prisma Postgres
  • Main sections: Related pages.

Workflow

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. Do not add behavior or configuration that is not present in the attached source files.

Canonical source: https://www.prisma.io/docs/guides/runtimes/deno