Module Rdf.Storage


module Storage: sig .. end
Storage for models either persistent or in-memory.

class c : ?storage_name:string -> ?name:string -> ?options_string:string -> unit -> object .. end
Redland Storage class.
val dummy : c