mirror of https://gitee.com/bigwinds/arangodb
added derived file
This commit is contained in:
parent
376846c51d
commit
3eb6794d8f
|
@ -77,7 +77,7 @@ var lessons = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Creating Documents",
|
title: "Creating Documents",
|
||||||
text: "Now we have a collection, but it is still empty. So let's create some documents!\n\n" +
|
text: "Now we have a collection, but it is empty. So let's create some documents!\n\n" +
|
||||||
" db.places.save({ _key : \"foo\", city : \"foo-city\" });\n" +
|
" db.places.save({ _key : \"foo\", city : \"foo-city\" });\n" +
|
||||||
" for (i = 0; i <= 10; i++) { db.places.save({ _key: \"example\" + i, zipcode: i }) };"
|
" for (i = 0; i <= 10; i++) { db.places.save({ _key: \"example\" + i, zipcode: i }) };"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue