tripLL-0.1.0.0: A very simple triple store

Copyright(c) Philipp Pfeiffer, 2015
LicenseMIT
Maintainerpfiff@hax-f.net
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

TripLL.Bindings.LevelDBHexa

Contents

Description

Gives an implementation for the tripLL interface based upon the LevelDB database.

Synopsis

Base Types

type LevelDBHexa = DB Source

The main handle of this implementation, LevelDBHexa.

module TripLL