First Commit

Doing Network, in Developement
This commit is contained in:
2021-12-15 21:59:17 +01:00
commit 9e418f9193
9 changed files with 243 additions and 0 deletions

15
Database.hpp Normal file
View File

@@ -0,0 +1,15 @@
#include <pqxx/pqxx>
#ifndef DATABASE_H
#define DATABASE_H
class Database
{
private:
public:
Database();
};
#endif /* DATABASE_H */