You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/tutorials/drizzle-with-db/drizzle-with-xata.mdx
-26Lines changed: 0 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -339,32 +339,6 @@ export async function deleteUser(id: SelectUser['id']) {
339
339
}
340
340
```
341
341
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
-
368
342
## Next Steps
369
343
370
344
Now that you have successfully set up Drizzle ORM with Xata, you can explore more advanced features:
0 commit comments