class

SurrealDB::WS

Inherits SurrealDB::Client / Reference / Object

Constructors

new(url : String, ping_timeout : Time::Span = 30.seconds)
Source

Instance methods

authenticate(user : String = "root", pass : String = "root")
Source
change(table : String, params : Data)
Source
connect
Source
create(table : String, params : Data)
Source
delete(data : String)
Source
info
Source
invalidate
Source
kill(data : String)
Source
let(key : String, value : String)
Source
live(data : String)
Source
modify(table : String, params : Data)
Source
query(query : String, params : Data)
Source
select(data : String)
Source
signin(user : String = "root", pass : String = "root")
Source
signup(user : String = "root", pass : String = "root")
Source
update(table : String, params : Data)
Source
use(ns : String, db : String)
Source