mirror of https://gitee.com/bigwinds/arangodb
|
||
---|---|---|
Basics | ||
GeoIndex | ||
JsonParser | ||
ShapedJson | ||
V8 | ||
VocBase | ||
config | ||
js | ||
m4 | ||
.gitignore | ||
GNUmakefile | ||
Makefile.am | ||
README.md | ||
build.h | ||
configure.ac | ||
durham.h |
README.md
Compilation
(1) Install V8
(2) ./configure --with-v8=/home/huerth/fceller/IPP/3rdParty/v8
(3) ./avocdb --shell js/shell.js
First Steps
db.examples.count();
db.examples.save({ Hallo: "World" });
db.examples.select();