Skip to content

Commit

Permalink
Update drizzle.mdx (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
Makisuo committed May 24, 2024
1 parent d2a0f88 commit f0fa00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/content/docs/docs/start/aws/drizzle.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ This'll detect that you are in a plain Node.js project and create a `sst.config.
Add Drizzle to your project. We're also adding the RDS client that Drizzle will use.

```bash
npm install @aws-sdk/client-rds-data drizzle-orm drizzle-kit@beta
npm install @aws-sdk/client-rds-data drizzle-orm drizzle-kit
```

Drizzle ORM is will be used to query our database, while Drizzle Kit will allow us to run migrations. It also comes Drizzle Studio, a query browser.
Expand Down

0 comments on commit f0fa00a

Please sign in to comment.