methods to bulk modify the storage, some transaction code hardening, operators to serialize std containers
This commit is contained in:
parent
6ae32e38b6
commit
a79dae8fd0
8 changed files with 365 additions and 14 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue