I test sample of fuerte:
This add new collection by code
> {
> timer t;
> std::cout << "create collection ... " << std::flush;
> VPackBuilder builder;
> builder.openObject();
> builder.add("name" , VPackValue("blogpost"));
> builder.close();
> auto request = f::createRequest(f::RestVerb::Post,
> "/_api/collection"s);
> request->addVPack(builder.slice());
> auto result = connection->sendRequest(std::move(request));
> std::cout << "done" << std::endl;
> }
>
>
I don't know how to remove whole collection by fuerte nor by web
http://127.0.0.1:8529 nor by AQL
--
You received this message because you are subscribed to the Google Groups
"ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/arangodb/c7cea890-48f3-4ed4-88ec-b9cd431e0f85o%40googlegroups.com.