LMDB Abstraction Layer. A library to ease interactions with LMDB
Go to file
Blue 047f96b54a
some tuning, specializations, basic testing
2022-09-16 00:34:39 +03:00
cmake Initial stuff 2022-09-04 14:15:31 +03:00
test some tuning, specializations, basic testing 2022-09-16 00:34:39 +03:00
CMakeLists.txt some tuning, specializations, basic testing 2022-09-16 00:34:39 +03:00
database.cpp some tuning, specializations, basic testing 2022-09-16 00:34:39 +03:00
database.h some tuning, specializations, basic testing 2022-09-16 00:34:39 +03:00
exceptions.cpp some tuning, specializations, basic testing 2022-09-16 00:34:39 +03:00
exceptions.h some tuning, specializations, basic testing 2022-09-16 00:34:39 +03:00
serializer.h some tuning, specializations, basic testing 2022-09-16 00:34:39 +03:00
serializer.hpp finally, first working prototype 2022-09-15 01:18:31 +03:00
serializer_uint8.hpp some tuning, specializations, basic testing 2022-09-16 00:34:39 +03:00
serializer_uint16.hpp some tuning, specializations, basic testing 2022-09-16 00:34:39 +03:00
serializer_uint32.hpp finally, first working prototype 2022-09-15 01:18:31 +03:00
serializer_uint64.hpp some tuning, specializations, basic testing 2022-09-16 00:34:39 +03:00
table.cpp finally, first working prototype 2022-09-15 01:18:31 +03:00
table.h finally, first working prototype 2022-09-15 01:18:31 +03:00
table.hpp some tuning, specializations, basic testing 2022-09-16 00:34:39 +03:00