1
0
Fork 0
forked from blue/lmdbal

serializer for QByteArray, method to read all records

This commit is contained in:
Blue 2022-10-15 13:54:34 +03:00
parent 24e1dca5ea
commit 928558539c
Signed by untrusted user: blue
GPG key ID: 9B203B252A63EE38
7 changed files with 111 additions and 0 deletions

View file

@ -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;