surrealdb / surrealdb.js

SurrealDB SDK for JavaScript
https://surrealdb.com
Apache License 2.0
271 stars 46 forks source link

Add upsert #295

Closed kearfy closed 6 days ago

kearfy commented 6 days ago

Thank you for submitting this pull request! We appreciate you spending the time to work on these changes.

What is the motivation?

an upsert method was introduced in the CBOR protocol

What does this change do?

Adds upsert

What is your testing strategy?

Added test

Is this related to any issues?

Fixes #285

Have you read the Contributing Guidelines?