First Commit
Doing Network, in Developement
This commit is contained in:
15
Database.hpp
Normal file
15
Database.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#include <pqxx/pqxx>
|
||||
|
||||
#ifndef DATABASE_H
|
||||
#define DATABASE_H
|
||||
|
||||
class Database
|
||||
{
|
||||
private:
|
||||
|
||||
|
||||
public:
|
||||
Database();
|
||||
};
|
||||
|
||||
#endif /* DATABASE_H */
|
||||
Reference in New Issue
Block a user