Skip to content

Commit bb460fd

Browse files
committed
remove advance feature section
1 parent 7fe79e2 commit bb460fd

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

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

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -339,32 +339,6 @@ export async function deleteUser(id: SelectUser['id']) {
339339
}
340340
```
341341

342-
## Advanced Xata Features
343-
344-
Xata provides several advanced features that work seamlessly with Drizzle ORM:
345-
346-
### Database Branching
347-
348-
Xata's branch-based development allows you to create isolated database environments:
349-
350-
```bash
351-
# Create a new branch for development
352-
xata branch create dev
353-
354-
# Switch between branches
355-
xata branch switch main
356-
```
357-
358-
Each branch has its own connection string, making it easy to test changes before merging to production.
359-
360-
### Zero-Downtime Schema Migrations
361-
362-
Xata handles schema migrations with zero downtime, making it safe to deploy changes to production without affecting your users.
363-
364-
### Built-in Search and Analytics
365-
366-
While using Drizzle ORM for your standard queries, you can leverage Xata's built-in full-text search and analytics capabilities through their SDK for advanced use cases.
367-
368342
## Next Steps
369343

370344
Now that you have successfully set up Drizzle ORM with Xata, you can explore more advanced features:

0 commit comments

Comments
 (0)