We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 93cc929 + 84313e6 commit 39d745bCopy full SHA for 39d745b
src/content/docs/connect-aws-data-api-pg.mdx
@@ -22,7 +22,7 @@ drizzle-orm @aws-sdk/client-rds-data
22
23
#### Step 2 - Initialize the driver and make a query
24
```typescript copy
25
-import { drizzle } from 'drizzle-orm/aws-data-api-pg';
+import { drizzle } from 'drizzle-orm/aws-data-api/pg';
26
27
// These three properties are required. You can also specify
28
// any property from the RDSDataClient type inside the connection object.
@@ -54,4 +54,4 @@ await db.select().from(...);
54
55
#### What's next?
56
57
-<WhatsNextPostgres/>
+<WhatsNextPostgres/>
0 commit comments