forked from blue/lmdbal
serializer for QByteArray, method to read all records
This commit is contained in:
parent
24e1dca5ea
commit
928558539c
7 changed files with 111 additions and 0 deletions
1
cache.h
1
cache.h
|
@ -44,6 +44,7 @@ public:
|
|||
virtual V getRecord(const K& key) const override;
|
||||
virtual uint32_t count() const override;
|
||||
virtual int drop(MDB_txn * transaction) override;
|
||||
virtual std::map<K, V> readAll() const override;
|
||||
|
||||
protected:
|
||||
Mode* mode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue