janpio / stackblitz-codeflow-prisma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prisma + Stackblitz Codeflow playground

This repository is a playground for Prisma on Stackblitz Codeflow.

Note

Useful commands and actions to test:

  1. npm install to install dependences (if Codeflow did not run it automatically on startup)
  2. Rename .env.example to .env and fill in useful values
  3. Run npx prisma db push to put the schema on the PostgreSQL database (via DIRECT_URL)
  4. npx prisma generate --data-proxy to generate the needed Data Proxy Client
  5. node script.ts to run the script

About


Languages

Language:JavaScript 89.3%Language:Shell 10.7%