Skip to content

Commit da781eb

Browse files
authored
fix import statement for db module in documentation
1 parent f08adde commit da781eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/docs/2.features/0.database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Now that you have your database schema and migrations set up, you can start quer
193193
The `hub:db` module provides access to the database through a [Drizzle ORM](https://orm.drizzle.team) instance.
194194

195195
```ts
196-
import { kv } from 'hub:kv'
196+
import { db } from 'hub:db'
197197
```
198198

199199
::tip

0 commit comments

Comments
 (0)