Skip to content

Commit 752135c

Browse files
authored
Update the DB operators changelog
1 parent 1917ab9 commit 752135c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/routes/changelog/(entries)/2025-11-04.markdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: changelog
3-
title: "Announcing DB operators: Update multiple fields without fetching the entire row"
3+
title: "Announcing new DB operators: Update multiple fields without fetching the entire row"
44
date: 2025-11-04
55
cover: /images/blog/announcing-db-operators/cover.png
66
---
77
Updating just one field in a row, like incrementing a counter or adding a tag, used to require reading and rewriting the entire document. This added latency, wasted bandwidth, and created risks of lost updates under high concurrency.
88

99
**What’s new:**
1010

11-
- Introduced DB Operators v1, enabling inline, atomic field-level updates.
11+
- Introduced new DB Operators, enabling inline, atomic field-level updates.
1212
- Support for numeric, array, string, and date operations.
1313
- Perform multiple field updates in a single atomic call.
1414
- Type-safe SDK methods for clarity and safety.

0 commit comments

Comments
 (0)