Skip to content

Commit d6b673a

Browse files
authored
Merge pull request #408 from rdcsq/patch-1
fix import typo in bun sqlite
2 parents b3a2078 + fd52c1e commit d6b673a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/documentation/docs/connect-bun-sqlite.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ drizzle-orm
3030

3131
#### Step 2 - Initialize the driver and make a query
3232
```typescript copy
33-
import { drizzle } from 'drizzle-orm/bun:sqlite';
33+
import { drizzle } from 'drizzle-orm/bun-sqlite';
3434

3535
const db = drizzle();
3636

0 commit comments

Comments
 (0)