LMDB Abstraction Layer. A library to ease interactions with LMDB
Go to file
2023-03-20 18:37:13 +03:00
cmake Initial stuff 2022-09-04 14:15:31 +03:00
test big refactoring part 1 2023-03-20 18:37:13 +03:00
cache.h big refactoring part 1 2023-03-20 18:37:13 +03:00
cache.hpp big refactoring part 1 2023-03-20 18:37:13 +03:00
CMakeLists.txt big refactoring part 1 2023-03-20 18:37:13 +03:00
database.cpp big refactoring part 1 2023-03-20 18:37:13 +03:00
database.h big refactoring part 1 2023-03-20 18:37:13 +03:00
exceptions.cpp big refactoring part 1 2023-03-20 18:37:13 +03:00
exceptions.h big refactoring part 1 2023-03-20 18:37:13 +03:00
operators.hpp methods to bulk modify the storage, some transaction code hardening, operators to serialize std containers 2022-12-18 17:45:12 +03:00
serializer_double.hpp big refactoring part 1 2023-03-20 18:37:13 +03:00
serializer_float.hpp big refactoring part 1 2023-03-20 18:37:13 +03:00
serializer_int8.hpp big refactoring part 1 2023-03-20 18:37:13 +03:00
serializer_int16.hpp big refactoring part 1 2023-03-20 18:37:13 +03:00
serializer_int32.hpp big refactoring part 1 2023-03-20 18:37:13 +03:00
serializer_int64.hpp big refactoring part 1 2023-03-20 18:37:13 +03:00
serializer_qbytearray.hpp big refactoring part 1 2023-03-20 18:37:13 +03:00
serializer_qstring.hpp big refactoring part 1 2023-03-20 18:37:13 +03:00
serializer_stdstring.hpp big refactoring part 1 2023-03-20 18:37:13 +03:00
serializer_uint8.hpp big refactoring part 1 2023-03-20 18:37:13 +03:00
serializer_uint16.hpp big refactoring part 1 2023-03-20 18:37:13 +03:00
serializer_uint32.hpp big refactoring part 1 2023-03-20 18:37:13 +03:00
serializer_uint64.hpp big refactoring part 1 2023-03-20 18:37:13 +03:00
serializer.h big refactoring part 1 2023-03-20 18:37:13 +03:00
serializer.hpp big refactoring part 1 2023-03-20 18:37:13 +03:00
storage.cpp big refactoring part 1 2023-03-20 18:37:13 +03:00
storage.h big refactoring part 1 2023-03-20 18:37:13 +03:00
storage.hpp big refactoring part 1 2023-03-20 18:37:13 +03:00