File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ The transaction is controlled by the libSQL backend. If all of the statements ar
11
11
the transaction is committed. If any of the statements fail, the entire transaction is rolled back and no changes are made.
12
12
13
13
** D1 Batch API explanation** :
14
- _ [ source] ( https://developers.cloudflare.com/d1/platform/client -api/#batch-statements ) _
14
+ _ [ source] ( https://developers.cloudflare.com/d1/worker -api/d1-database/ #batch ) _
15
15
16
16
> Batching sends multiple SQL statements inside a single call to the database.
17
17
This can have a huge performance impact as it reduces latency from network round trips to D1.
@@ -125,4 +125,4 @@ db.select()...,
125
125
db .update ()...,
126
126
db .delete ()...,
127
127
db .insert ()...,
128
- ` ` `
128
+ ` ` `
You can’t perform that action at this time.
0 commit comments