mirror of https://gitee.com/bigwinds/arangodb
more readme
This commit is contained in:
parent
636f768d5b
commit
52956a933b
13
README.md
13
README.md
|
@ -13,12 +13,15 @@ Compilation
|
||||||
|
|
||||||
(2) ./configure --with-v8=/home/huerth/fceller/IPP/3rdParty/v8
|
(2) ./configure --with-v8=/home/huerth/fceller/IPP/3rdParty/v8
|
||||||
|
|
||||||
(3) ./avocdb --shell js/shell.js
|
(3) "./avocado" to start a REST server or "./avocado --shell" for debugging
|
||||||
|
|
||||||
First Steps
|
First Steps
|
||||||
===========
|
===========
|
||||||
|
|
||||||
> ./avocado --shell
|
./avocado --shell
|
||||||
avocado> db.examples.count();
|
|
||||||
avocado> db.examples.save({ Hallo: "World" });
|
avocado> db.examples.count();
|
||||||
avocado> db.examples.select();
|
|
||||||
|
avocado> db.examples.save({ Hallo: "World" });
|
||||||
|
|
||||||
|
avocado> db.examples.select();
|
||||||
|
|
Loading…
Reference in New Issue