LMDB Abstraction Layer. A library to ease interactions with LMDB
Go to file
Blue 928558539c
serializer for QByteArray, method to read all records
2022-10-15 13:54:34 +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 serializer for QByteArray, method to read all records 2022-10-15 13:54:34 +03:00
cache.h serializer for QByteArray, method to read all records 2022-10-15 13:54:34 +03:00
cache.hpp serializer for QByteArray, method to read all records 2022-10-15 13:54:34 +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 serializer for QByteArray, method to read all records 2022-10-15 13:54:34 +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_qbytearray.hpp serializer for QByteArray, method to read all records 2022-10-15 13:54:34 +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 serializer for QByteArray, method to read all records 2022-10-15 13:54:34 +03:00
table.hpp serializer for QByteArray, method to read all records 2022-10-15 13:54:34 +03:00