summaryrefslogtreecommitdiffstats
path: root/common/storage_kyoto.cpp
Commit message (Collapse)AuthorAge
* try out unqliteAaron Seigo2014-12-11
|
* ugh. this ship is sinkingAaron Seigo2014-12-06
|
* implement scanningAaron Seigo2014-12-06
|
* read takes an error handler rather than returns a boolAaron Seigo2014-12-06
|
* require users of a Storage class to state up-front if they are read or readwriteAaron Seigo2014-12-05
|
* make read return a bool on successAaron Seigo2014-12-05
| | | | | not happy with this API, but we need to discuss the whole read thing anyways
* major reorg that puts Storage (previously Database) into commonAaron Seigo2014-12-05
there is now a top-level tests dir, and a compile time switch for lmdb vs kyotocabinet