Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
pg-age
main
AGE
Client
Error
Field
Graph
InvalidAGEResult
InvalidNode
InvalidRelationship
Serializable
Node
Metadata
Relationship
Metadata
SerializableError
Type
Value
Built with Crystal 1.9.2
2023-10-07 17:01:51 UTC
class
AGE::Client
AGE::Client
Reference
Object
Defined in:
pg-age.cr
Constructors
.new
(db : DB::Database)
Instance Method Summary
#create_graph
(name : String) : Graph
#drop_graph
(name : String, cascade : Bool =
true
) : Nil
#graph
(name : String) : Graph
Constructor Detail
def self.
new
(db : DB::Database)
#
[
View source
]
Instance Method Detail
def
create_graph
(name : String) :
Graph
#
[
View source
]
def
drop_graph
(name : String, cascade : Bool =
true
) : Nil
#
[
View source
]
def
graph
(name : String) :
Graph
#
[
View source
]