Liking cljdoc? Tell your friends :D

cljdoc.storage.api

A protocol to abstract storage over cljdoc's storage backend.

This has been put into place when migrating from one storage backend to another and now largely puts some constraints on how the database is accessed, making access more structured.

The basic datamodel is Group > Artifact > Version. Namespaces and vars are linked against versions.

A protocol to abstract storage over cljdoc's storage backend.

This has been put into place when migrating from one storage
backend to another and now largely puts some constraints on how
the database is accessed, making access more structured.

The basic datamodel is Group > Artifact > Version. Namespaces
and vars are linked against versions.
raw docstring

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

× close