1
0
Fork 0

more readme

This commit is contained in:
Frank Celler 2011-11-22 16:59:50 +01:00
parent 636f768d5b
commit 52956a933b
1 changed files with 8 additions and 5 deletions

View File

@ -13,12 +13,15 @@ Compilation
(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
===========
> ./avocado --shell
./avocado --shell
avocado> db.examples.count();
avocado> db.examples.save({ Hallo: "World" });
avocado> db.examples.select();