Delete src/Core directory

This commit is contained in:
Chris-bot374
2024-07-06 11:58:38 +02:00
committed by GitHub
parent 460dda6d21
commit 1dfb39cc1c
7 changed files with 0 additions and 631 deletions

View File

@@ -1,14 +0,0 @@
#ifndef DBHANDLER_HPP_
#define DBHANDLER_HPP_
#include <pqxx/pqxx>
#include <string>
class DBHandler {
protected:
pqxx::connection connectionObject;
public:
DBHandler(std::string connStr);
};
#endif