ClarangoArangoDB 的 Clojure 驱动
Clarango 是 ArangoDB 的 Clojure 驱动程序。
特性:
-
various options for connecting
-
document CRUD including various options -> for documentation on this see document.clj
-
querying by example
-
AQL queries (see query namespace)
-
collection management (see collection namespace)
-
database management (see database namespace)
-
graph functions (see graph namespace)
-
simple exception handling
-
experimental clojure idiomatic collection methods like
cla-assoc!
andcla-conj!
(see collection_ops.clj for details)
评论