methods to bulk modify the storage, some transaction code hardening, operators to serialize std containers

This commit is contained in:
Blue 2022-12-18 17:45:12 +03:00
parent 6ae32e38b6
commit a79dae8fd0
Signed by: blue
GPG key ID: 9B203B252A63EE38
8 changed files with 365 additions and 14 deletions

View file

@ -80,6 +80,7 @@ private:
};
#include "exceptions.h"
#include "operators.hpp"
template <class K, class V>
DataBase::Table<K, V>* DataBase::addTable(const std::string& p_name) {