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.crConstant Summary
-
VERSION =
"0.1.0"