1
0
Fork 0
forked from blue/lmdbal

finally, first working prototype

This commit is contained in:
Blue 2022-09-15 01:18:31 +03:00
parent d67a3c32eb
commit 5f90a21fe6
Signed by untrusted user: blue
GPG key ID: 9B203B252A63EE38
11 changed files with 193 additions and 112 deletions

View file

@ -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