xale-db 1.0
minimal SQL engine, written in c++
Loading...
Searching...
No Matches
Setup.h File Reference
#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>
Include dependency graph for Setup.h:
This graph shows which files directly or indirectly include this file:

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"

Variable Documentation

◆ CONFIG_FILE_PATH

const std::string CONFIG_FILE_PATH = "appconfig.json"