Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions generator-prisma-client/basic-typedsql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"author": "",
"license": "ISC",
"dependencies": {
"@prisma/client": "6.13.0"
"@prisma/client": "6.15.0-integration-push-pprzzpqvmyuv.1"
},
"devDependencies": {
"@types/node": "22.15.32",
"prisma": "6.13.0",
"prisma": "6.15.0-integration-push-pprzzpqvmyuv.1",
"tsx": "4.20.3"
},
"packageManager": "[email protected]+sha512.499434c9d8fdd1a2794ebf4552b3b25c0a633abcee5bb15e7b5de90f32f47b513aca98cd5cfd001c31f0db454bc3804edccd578501e4ca293a6816166bbd9f81"
Expand Down
183 changes: 39 additions & 144 deletions generator-prisma-client/basic-typedsql/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion generator-prisma-client/deno-deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ deno task prisma migrate dev --name init
You now have an empty `Quotes` table in your database. Next, run the [seed script](./prisma/seed.ts) to create some sample records in the table:

```
deno run --allow-all --env-file=.env ./prisma/seed.ts
deno task prisma db seed
```

### 4. Generate Prisma Client
Expand Down
7 changes: 4 additions & 3 deletions generator-prisma-client/deno-deploy/deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
"imports": {
"@std/assert": "jsr:@std/assert@1",
"@std/http": "jsr:@std/http@1",
"@prisma/adapter-pg": "npm:@prisma/[email protected]",
"@prisma/client": "npm:@prisma/[email protected]",
"prisma": "npm:[email protected]"
"@prisma/adapter-pg": "npm:@prisma/[email protected]",
"@prisma/client": "npm:@prisma/[email protected]",
"dotenv": "npm:dotenv@^17.2.1",
"prisma": "npm:[email protected]"
},
"nodeModulesDir": "auto"
}
Loading
Loading