1
0
Fork 0
forked from blue/lmdbal

readAll method now works correctly for duplicates mode, testing, some doc fixes

This commit is contained in:
Blue 2023-08-20 13:38:29 -03:00
parent dbbc46e7c9
commit de210b44f5
Signed by untrusted user: blue
GPG key ID: 9B203B252A63EE38
5 changed files with 163 additions and 8 deletions

View file

@ -23,6 +23,8 @@
/**
* \class LMDBAL::iStorage
*
* \brief Storage interface
*
* This is a interface-like class, it's designed to be an inner database interface to
* be used as a polymorphic entity, and provide protected interaction with the database
* from the heirs code