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.
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
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/prisma-deno-docs-guides-runtimes-workflow-guide.md | A 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.bash | Bash 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.bash | A 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.json | A 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.bash | A 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.typescript | A 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.bash | Bash 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.bash | A 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.prisma | A 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.bash | Bash 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.typescript | A 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.typescript | A 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.typescript | A 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.bash | A 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.typescript | A 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.bash | A 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
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - 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