fix styling, refactor some variables, simplified some code
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user