ApiKeys fixed + tests

This commit is contained in:
2020-04-02 16:31:17 +02:00
parent cc334eb62d
commit 541b8563d5
6 changed files with 60 additions and 13 deletions

View File

@@ -60,6 +60,8 @@ abstract class SQL {
public abstract function connect();
public abstract function disconnect();
// TODO: pull code duplicates up
// Querybuilder
public abstract function executeCreateTable($query);
public abstract function executeInsert($query);