announce support pg

This commit is contained in:
xiaomlove
2026-04-18 12:15:14 +07:00
parent e3376c3f1b
commit 4afcb1bb08
9 changed files with 73 additions and 14 deletions
+5
View File
@@ -92,4 +92,9 @@ class DBMysqli implements DBInterface
return $mysqliResult->free_result();
}
public function prepare(string $sql): \PDOStatement
{
throw new \RuntimeException("mysqli not supported");
}
}