Skip to content

Commit

Permalink
Update 02-migrate-from-sequelize.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
meletj authored Aug 15, 2024
1 parent 1b2b4fb commit c380e15
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ If you're using VS Code, be sure to install the [Prisma VS Code extension](https

If you're not using PostgreSQL, you need to adjust the `provider` field on the `datasource` block to the database you currently use:

<TabbedContent code>
<TabbedContent transparent code>

<TabItem value="PostgreSQL">

Expand Down Expand Up @@ -269,7 +269,7 @@ datasource db {

Once that's done, you can configure your [database connection URL](/orm/reference/connection-urls) in the `.env` file. Here's how the database connection from Sequelize maps to the connection URL format used by Prisma ORM:

<TabbedContent transparent>
<TabbedContent transparent code>

<TabItem value="PostgreSQL">
<br/>
Expand Down

0 comments on commit c380e15

Please sign in to comment.