-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
It seems that there is a diff between the online documentation (https://docs.surrealdb.com/docs/integration/sdks/nodejs) and the actual implemented methods.
Website:
connect
close
use
info
signup
signin
invalidate
authenticate
let
unset
query
select
create
insert
update
merge
patch
delete
Source (from src/lib.rs
and index.d.ts
):
connect
use
set
signup
signin
invalidate
authenticate
unset
query
select
create
update
merge
patch
delete
version
health
Diff (red for missing methods, green for extra ones):
< close
< info
< let
< insert
---
> set
> version
> health
Which version is right?
rodneysantos, lvonkacsoh and Luxbit
Metadata
Metadata
Assignees
Labels
No labels