LMDB Abstraction Layer. A library to ease interactions with LMDB
Go to file
Blue e7f1d48db6
some fixes to help build in nested project
2022-10-10 23:51:48 +03:00
cmake Initial stuff 2022-09-04 14:15:31 +03:00
test some test cases for cache, found some bugs, fixed 2022-10-09 17:03:30 +03:00
CMakeLists.txt some fixes to help build in nested project 2022-10-10 23:51:48 +03:00
cache.h some test cases for cache, found some bugs, fixed 2022-10-09 17:03:30 +03:00
cache.hpp some test cases for cache, found some bugs, fixed 2022-10-09 17:03:30 +03:00
database.cpp some more primitive specializations, counting rows, dropping tables, tests 2022-09-17 15:31:58 +03:00
database.h some fixes to help build in nested project 2022-10-10 23:51:48 +03:00
exceptions.cpp some more primitive specializations, counting rows, dropping tables, tests 2022-09-17 15:31:58 +03:00
exceptions.h some fixes to help build in nested project 2022-10-10 23:51:48 +03:00
serializer.h some fixes to help build in nested project 2022-10-10 23:51:48 +03:00
serializer.hpp finally, first working prototype 2022-09-15 01:18:31 +03:00
serializer_double.hpp some more primitive specializations, counting rows, dropping tables, tests 2022-09-17 15:31:58 +03:00
serializer_float.hpp some more primitive specializations, counting rows, dropping tables, tests 2022-09-17 15:31:58 +03:00
serializer_int8.hpp some more primitive specializations, counting rows, dropping tables, tests 2022-09-17 15:31:58 +03:00
serializer_int16.hpp some more primitive specializations, counting rows, dropping tables, tests 2022-09-17 15:31:58 +03:00
serializer_int32.hpp some more primitive specializations, counting rows, dropping tables, tests 2022-09-17 15:31:58 +03:00
serializer_int64.hpp some more primitive specializations, counting rows, dropping tables, tests 2022-09-17 15:31:58 +03:00
serializer_qstring.hpp some more primitive specializations, counting rows, dropping tables, tests 2022-09-17 15:31:58 +03:00
serializer_stdstring.hpp some more primitive specializations, counting rows, dropping tables, tests 2022-09-17 15:31:58 +03:00
serializer_uint8.hpp some more primitive specializations, counting rows, dropping tables, tests 2022-09-17 15:31:58 +03:00
serializer_uint16.hpp some more primitive specializations, counting rows, dropping tables, tests 2022-09-17 15:31:58 +03:00
serializer_uint32.hpp some more primitive specializations, counting rows, dropping tables, tests 2022-09-17 15:31:58 +03:00
serializer_uint64.hpp some more primitive specializations, counting rows, dropping tables, tests 2022-09-17 15:31:58 +03:00
table.cpp some more primitive specializations, counting rows, dropping tables, tests 2022-09-17 15:31:58 +03:00
table.h first thoughts about cache 2022-09-20 20:16:48 +03:00
table.hpp some more primitive specializations, counting rows, dropping tables, tests 2022-09-17 15:31:58 +03:00