class SurrealDB::HTTP

Defined in:

client/http.cr

Constructors

Instance Method Summary

Instance methods inherited from class SurrealDB::Client

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

Constructor Detail

def self.new(url : String) #

[View source]

Instance Method Detail

def authenticate(user : String, pass : String) #

[View source]
def change(table : String, params : Data) #

[View source]
def create(table : String, params : Data) #

[View source]
def delete(data : String) #

[View source]
def info #

[View source]
def invalidate #

[View source]
def kill(data : String) #

[View source]
def let(key : String, value : String) #

[View source]
def live(data : String) #

[View source]
def modify(table : String, params : Data) #

[View source]
def query(query : String, params : Data) #

[View source]
def select(data : String) #

[View source]
def signin(user : String, pass : String) : Void #

[View source]
def signup(user : String, pass : String) #

[View source]
def update(table : String, params : Data) #

[View source]
def use(ns : String, db : String) : Void #

[View source]