Skip to content

Commit

Permalink
Update introspection.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AwakenedMind committed Jul 12, 2019
1 parent 8ff44fc commit 8486879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/introspection.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Prisma lets you introspect your database to derive a data model definition from the current database schema. Introspection is available via two CLI commands:

- `prisma init`: Interactive wizard helping to connect to a database and introspect it. Typically used when starting to use Prisma with an existing database.
- `prisma init`: Interactive wizard that helps you connect to a database and introspect it. Typically used when starting to use Prisma with an existing database.
- `prisma introspect`: Assumes Prisma is already connected to your database and (re)introspects it for you. Typically used in [Photon-only](./photon/use-only-photon.md) projects where migrations are performed not via Lift, so the data model needs to be updated manually after each database schema change.

## Conventions
Expand Down

0 comments on commit 8486879

Please sign in to comment.