Skip to content

Commit

Permalink
Index unlessConflict for doc search (#798)
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttrinh authored Dec 4, 2023
1 parent 90351a2 commit 5d0ff7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/insert.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ queries:
Handling conflicts
^^^^^^^^^^^^^^^^^^
:index: querybuilder unlessconflict unless conflict
In EdgeQL, "upsert" functionality is achieved by handling **conflicts** on
``insert`` statements with the ``unless conflict`` clause. In the query
Expand Down
1 change: 1 addition & 0 deletions docs/querybuilder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
=======================
Query Builder Generator
=======================
:index: querybuilder generator typescript

The EdgeDB query builder provides a **code-first** way to write
**fully-typed** EdgeQL queries with TypeScript. We recommend it for TypeScript
Expand Down

0 comments on commit 5d0ff7f

Please sign in to comment.