Skip to content

Commit

Permalink
remove warning for prisma introspect
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasburk committed May 14, 2019
1 parent 71c0869 commit c6153ac
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import Warning from 'components/Markdown/Warning'

export const meta = {
title: "prisma introspect",
position: 140,
Expand All @@ -9,12 +7,6 @@ export const meta = {

Creates a [datamodel](knul) by _introspecting_ the schema of an existing database.

<Warning>

`prisma introspect` currently only works for PostgreSQL and MongoDB databases.

</Warning>

Learn more about database introspection with Prisma [here](soi1).

### Usage
Expand Down

0 comments on commit c6153ac

Please sign in to comment.