class Kuzu::Client

Defined in:

kuzu.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(db_name : String, config : Kuzu::Config = Config.new) #

[View source]

Instance Method Detail

def db_name : String #

[View source]
def execute(query : String) #

[View source]
def finalize #

[View source]
def query(query : String, as type : Tuple(*T), &) forall T #

[View source]