mirror of https://gitee.com/bigwinds/arangodb
22 lines
1.4 KiB
Plaintext
22 lines
1.4 KiB
Plaintext
arangosh> db._collections();
|
|
[
|
|
[ArangoCollection 14414731, "_sessions" (type document, status loaded)],
|
|
[ArangoCollection 4584331, "_statisticsRaw" (type document, status loaded)],
|
|
[ArangoCollection 2356107, "_routing" (type document, status loaded)],
|
|
[ArangoCollection 6353803, "_jobs" (type document, status loaded)],
|
|
[ArangoCollection 7205771, "_apps" (type document, status loaded)],
|
|
[ArangoCollection 4977547, "_statistics" (type document, status loaded)],
|
|
[ArangoCollection 5370763, "_statistics15" (type document, status loaded)],
|
|
[ArangoCollection 15135627, "_system_users_users" (type document, status loaded)],
|
|
[ArangoCollection 4453259, "_aqlfunctions" (type document, status loaded)],
|
|
[ArangoCollection 2225035, "_modules" (type document, status loaded)],
|
|
[ArangoCollection 6222731, "_queues" (type document, status loaded)],
|
|
[ArangoCollection 5763979, "_configuration" (type document, status loaded)],
|
|
[ArangoCollection 21754763, "demo" (type document, status loaded)],
|
|
[ArangoCollection 22606731, "animals" (type document, status loaded)],
|
|
[ArangoCollection 1143665547, "example" (type document, status loaded)],
|
|
[ArangoCollection 2093963, "_graphs" (type document, status loaded)],
|
|
[ArangoCollection 2487179, "_cluster_kickstarter_plans" (type document, status loaded)],
|
|
[ArangoCollection 258955, "_users" (type document, status loaded)]
|
|
]
|