LMDB Abstraction Layer. A library to ease interactions with LMDB
Go to file
Blue a613eaed27
first thoughts about cache
2022-09-20 20:16:48 +03:00
cmake Initial stuff 2022-09-04 14:15:31 +03:00
test first thoughts about cache 2022-09-20 20:16:48 +03:00
CMakeLists.txt first thoughts about cache 2022-09-20 20:16:48 +03:00
cache.h first thoughts about cache 2022-09-20 20:16:48 +03:00
cache.hpp first thoughts about cache 2022-09-20 20:16:48 +03:00
database.cpp some more primitive specializations, counting rows, dropping tables, tests 2022-09-17 15:31:58 +03:00
database.h first thoughts about cache 2022-09-20 20:16: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 more primitive specializations, counting rows, dropping tables, tests 2022-09-17 15:31:58 +03:00
serializer.h some more primitive specializations, counting rows, dropping tables, tests 2022-09-17 15:31:58 +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