|
xale-db 1.0
minimal SQL engine, written in c++
|
#include <Logger.h>#include "Core/ConfigurationHandler.h"#include "Engine/QueryEngine.h"#include "Storage/BinaryFileManager.h"#include "Storage/FileStorageEngine.h"#include "Query/BasicTokenizer.h"#include "Query/BasicParser.h"#include "Execution/TableManager.h"#include "Execution/BasicExecutor.h"#include <string>#include <iostream>#include <memory>

Go to the source code of this file.
Classes | |
| class | Xale::Core::Setup |
Namespaces | |
| namespace | Xale |
| namespace | Xale::Core |
Variables | |
| const std::string | CONFIG_FILE_PATH = "appconfig.json" |
| const std::string CONFIG_FILE_PATH = "appconfig.json" |