Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 366 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 366 Bytes

Sandbox for D1 adapter

This is a playground for testing the Prisma Client with the Cloudflare D1 Driver Adapter.

How to setup

npm i
npm run execute -- --file=./sql/schema.sql
npm run start

# type b to open the browser
# or run:
open http://localhost:8787/

Remote database

npx wrangler d1 execute MY_DATABASE --file=./sql/schema.sql