ArangoDB 的 Clojure 驱动 Clarango
本文导语: 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 manageme...
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! and cla-conj! (see collection_ops.clj for details)
您可能感兴趣的文章:
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。