Skip to content
t edited this page Sep 13, 2010 · 18 revisions

DB Commands modify/select data in graph store.

Initialize DB

Command

gas db init —db=/var/sampledb

Remove Temporary Files

Command

gas db tmp_clear —db=/var/sampledb

or

Command

gas any command —tmp_clear —db=/var/sampledb

Insert edges

Command

gas edge insert —db=/var/sampledb < sample

Select edges

Command

gas edge select 1 —db=/var/sampledb

Select all edges

Command

gas edge all —db=/var/sampledb
Clone this wiki locally