forked from blue/lmdbal
finally, first working prototype
This commit is contained in:
parent
d67a3c32eb
commit
5f90a21fe6
11 changed files with 193 additions and 112 deletions
|
@ -20,8 +20,6 @@
|
|||
#include "exception.h"
|
||||
#include "database.h"
|
||||
|
||||
namespace Core {
|
||||
|
||||
class DataBase::Directory: public Utils::Exception {
|
||||
public:
|
||||
Directory(const std::string& path);
|
||||
|
@ -84,5 +82,5 @@ private:
|
|||
std::optional<std::string> tableName;
|
||||
std::string msg;
|
||||
};
|
||||
}
|
||||
|
||||
#endif //CORE_DATABASE_EXCEPTIONS_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue