Skip to content
This repository was archived by the owner on Mar 10, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (7 loc) · 231 Bytes

postgres.md

File metadata and controls

11 lines (7 loc) · 231 Bytes

Postgres

Ensure the following .env variables are set:

postgres connection string

DESTINATION=postgres DATABASE_URL=

Migrate using Prisma to ensure the destination table schemas exist before starting server:

yarn migrate