Tools

Command Line Interface Tool

AgensGraph has a command line interface tool called agens. Users can query and maintain AgensGraph using agens efficiently.

Note: agens is based on psql (the PostgreSQL interactive command line tool) so that all features of psql can be used in AgensGraph too.

Meta Command

  \dG[+]  [PATTERN]      list graphs
  \dGe[+]  [PATTERN]     list graph edge labels
  \dGl[+]  [PATTERN]     list graph labels
  \dGv[+]  [PATTERN]     list graph vertex labels
  \dGi[+]  [PATTERN]     list graph property indexes

agens supports the above additional meta-commands for administration and scripting. You can obtain a list of graph or labels. If + is appended to the command, each object is listed with its associated permissions and description, if any. If pattern is specified, only objects whose name match the pattern are listed.