module AGE

Overview

AGE is a Postgres extension allowing storage and querying of graph data inside of Postgres using the Cypher query language, an initiative of the openCypher project. The AGE::Client client wraps a DB::Database and provides an API to query graph databases inside of Postgres. You must have the age extension installed inside the Postgres server in order to use this shard.

Defined in:

pg-age.cr

Constant Summary

VERSION = "0.1.0"

Class Method Summary

Class Method Detail

def self.deserialize(bytes : Bytes, as type : T.class) : T forall T #

[View source]