Skip to content

Commit 39d745b

Browse files
authored
Merge pull request #561 from Kanahiro/patch-1
correct import path `drizzle-orm/aws-data-api/pg`
2 parents 93cc929 + 84313e6 commit 39d745b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/connect-aws-data-api-pg.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ drizzle-orm @aws-sdk/client-rds-data
2222

2323
#### Step 2 - Initialize the driver and make a query
2424
```typescript copy
25-
import { drizzle } from 'drizzle-orm/aws-data-api-pg';
25+
import { drizzle } from 'drizzle-orm/aws-data-api/pg';
2626

2727
// These three properties are required. You can also specify
2828
// any property from the RDSDataClient type inside the connection object.
@@ -54,4 +54,4 @@ await db.select().from(...);
5454

5555
#### What's next?
5656

57-
<WhatsNextPostgres/>
57+
<WhatsNextPostgres/>

0 commit comments

Comments
 (0)