surrealdb / surrealdb.js

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

Add `run` and `relate` method #264

Closed kearfy closed 1 month ago

kearfy commented 1 month ago

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

What is the motivation?

SurrealDB 1.5.0 introduces new run and relate methods to the RPC protocol.

What does this change do?

It implements the new run and relate methods.

What is your testing strategy?

Added a test for both run and relate

Is this related to any issues?

N/A

Have you read the Contributing Guidelines?