database api start

This commit is contained in:
2023-01-09 20:27:01 +01:00
parent a8af7fa700
commit f14a7a4762
9 changed files with 174 additions and 31 deletions

View File

@@ -127,6 +127,9 @@ abstract class SQL {
public abstract function connect();
public abstract function disconnect();
// Schema
public abstract function tableExists(string $tableName): bool;
/**
* @param Query $query
* @param int $fetchType