Skip to content

Commit b0ead48

Browse files
committed
update link to xata docs
1 parent bb460fd commit b0ead48

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/content/docs/tutorials/drizzle-with-db/drizzle-with-xata.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,5 @@ export async function deleteUser(id: SelectUser['id']) {
344344
Now that you have successfully set up Drizzle ORM with Xata, you can explore more advanced features:
345345

346346
- Learn about [Drizzle relations](/docs/rqb) for complex queries
347-
- Explore [Xata's branch-based development](https://xata.io/documentation/branch-model) for safer deployments
348-
- Use [Xata's built-in search](https://xata.io/documentation/search) alongside Drizzle ORM
347+
- Explore [Xata's documentation](https://xata.io/documentation/)
349348
- Implement [database migrations](/docs/migrations) for production deployments

0 commit comments

Comments
 (0)