Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hrueger/prisma-d1-variables-bug


https://github.com/hrueger/prisma-d1-variables-bug

Last synced: 16 days ago
JSON representation

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
```