Copyright | (c) Philipp Pfeiffer, 2015 |
---|---|
License | MIT |
Maintainer | pfiff@hax-f.net |
Stability | experimental |
Portability | POSIX |
Safe Haskell | None |
Language | Haskell2010 |
Gives an implementation for the tripLL interface based upon the LevelDB
database.
- type LevelDBHexa = DB
- module TripLL
Base Types
type LevelDBHexa = DB Source
The main handle of this implementation, LevelDBHexa
.
module TripLL