Skip to content

missing methods #36

@bhamon

Description

@bhamon

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions