BjoernRave / prisma2-cypress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To generate the sql dump I run the following command:

pg_dump --no-publications --no-security-labels --no-subscriptions -O --no-tablespaces --no-comments -a --column-inserts --attribute-inserts -d postgresql://postgres@localhost:5432/test > test.sql

About


Languages

Language:TypeScript 67.3%Language:JavaScript 32.7%