abstract class SurrealDB::Client

Direct Known Subclasses

Defined in:

client.cr

Instance Method Summary

Instance Method Detail

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

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

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

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

[View source]
abstract def info #

[View source]
abstract def invalidate #

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

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

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

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

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

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

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

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

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

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

[View source]