struct AGE::Graph

Defined in:

pg-age.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(db : DB::Database, name : String) #

[View source]

Instance Method Detail

def exec(cypher : String, **args) #

[View source]
def query(cypher : String, as types : T, **args) forall T #

[View source]
def query(cypher : String, as types : T, **args, &) forall T #

[View source]