1
0
Fork 0
a mirror from github
Go to file
Frank Celler d5d2534fbc initial release 2011-10-26 21:43:47 +02:00
Basics initial release 2011-10-26 21:32:36 +02:00
GeoIndex initial release 2011-10-26 21:32:36 +02:00
JsonParser initial release 2011-10-26 21:32:36 +02:00
ShapedJson initial release 2011-10-26 21:32:36 +02:00
V8 initial release 2011-10-26 21:32:36 +02:00
VocBase initial release 2011-10-26 21:32:36 +02:00
config initial release 2011-10-26 21:32:36 +02:00
js initial release 2011-10-26 21:32:36 +02:00
m4 initial release 2011-10-26 21:32:36 +02:00
.gitignore initial release 2011-10-26 21:34:48 +02:00
GNUmakefile initial release 2011-10-26 21:32:36 +02:00
Makefile.am initial release 2011-10-26 21:32:36 +02:00
README.md initial release 2011-10-26 21:43:47 +02:00
build.h initial release 2011-10-26 21:32:36 +02:00
configure.ac initial release 2011-10-26 21:32:36 +02:00
durham.h initial release 2011-10-26 21:32:36 +02:00

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();