Liking cljdoc? Tell your friends :D

naga-store

This library contains the protocol necessary for integrating a graph database into Naga.

Clojars Project

Usage

Import/require the naga-store.core namespace and implement the Storage protocol according to the documentation on each function.

Also includes some utility functions that use the protocol:

  • assert-schema multi-arity function for asserting schema without all options.
  • retrieve-contents Reads all triples from a graph, if this is supported.

License

Copyright © 2018-2021 Cisco

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close