Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
kuzu
main
Kuzu
CannotAllocateConnection
Client
Config
Connection
Error
MissingProperty
Node
ID
QueryError
QueryResult
Generated using Crystal 1.14.0
2024-11-26 08:20:09 UTC
class
Kuzu::
Client
Kuzu::Client
Reference
Object
Defined in:
kuzu.cr
Constructors
.new
(db_name : String, config : Kuzu::Config =
Config
.new)
Instance Method Summary
#db_name
: String
#execute
(query : String)
#finalize
#query
(query : String, as type : Tuple(
*
T
), &) forall T
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
]