Added database configuration file

This commit is contained in:
kdeng00
2019-08-18 16:15:47 -04:00
parent 10b546d8b8
commit e9aa5f799c
4 changed files with 11 additions and 15 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ class base_repository
public:
MYSQL* setup_mysql_connection(database_connection);
MYSQL_RES* perform_mysql_query(MYSQL*, std::string&);
MYSQL_RES* perform_mysql_query(MYSQL*, const std::string&);
private:
};