Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hrueger/prisma-d1-variables-bug
https://github.com/hrueger/prisma-d1-variables-bug
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hrueger/prisma-d1-variables-bug
- Owner: hrueger
- Created: 2024-04-05T18:59:41.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-05T18:59:43.000Z (10 months ago)
- Last Synced: 2024-04-23T02:15:14.346Z (10 months ago)
- Language: TypeScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prisma D1 Variables Bug
## Setup
```sh
npm install
npx wrangler d1 create prisma-demo-db
```
update the `wrangler.toml` file with the database id
```sh
npx wrangler d1 migrations apply prisma-demo-db --local
npm run dev
```