xale-db 1.0
minimal SQL engine, written in c++
Loading...
Searching...
No Matches
FileStorageEngine.h File Reference
#include "Core/ConfigurationPath.h"
#include "Storage/IStorageEngine.h"
#include "Storage/IFileManager.h"
#include "Storage/BinaryFileManager.h"
#include <Logger.h>
#include <filesystem>
#include <string>
Include dependency graph for FileStorageEngine.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Xale::Storage::FileStorageEngine
 Implementation of the storage engine. More...

Namespaces

namespace  Xale
namespace  Xale::Storage

Macros

#define DEFAULT_FILE_STORAGE_FILE_PATH   Xale::Core::Helper::getExecutableFolderPath() + "/xale-db-storage.bin"

Macro Definition Documentation

◆ DEFAULT_FILE_STORAGE_FILE_PATH

#define DEFAULT_FILE_STORAGE_FILE_PATH   Xale::Core::Helper::getExecutableFolderPath() + "/xale-db-storage.bin"