Back to Prisma1

Prisma Import Ycv1

docs/1.26/prisma-cli-and-configuration/cli-command-reference/prisma-import-ycv1.mdx

1.34.12522 B
Original Source

export const meta = { title: "prisma import", position: 210, }

$ prisma import

Imports data into the database of your Prisma service.

The data needs to be formatted according to the Normalized Data Format. For more info, read the Data Import & Export page.

Usage

sh
prisma import [flags]

Flags

-d, --data PATH            (required) Path to zip or directory with import data (NDF)
-e, --env-file ENV-FILE    Path to .env file to inject env vars