surrealdb / surrealdb.js

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

Feature: Missing .upsert( #285

Closed LucyEgan closed 6 days ago

LucyEgan commented 3 weeks ago

Is your feature request related to a problem?

New UPSERT statement was added to surreal 2.0 alpha 1, but is missing from the JS SDK

Describe the solution

Add db.upsert( as a method

Alternative methods

Run the query directly db.query(UPSERT...

SurrealDB version

2.0.0-alpha.1 for linux on x86_64

SurrealDB.js version

1.0.0-beta.9

Contact Details

lucy.e@aspirecomps.co.uk

Is there an existing issue for this?

Code of Conduct