mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-05-15 04:27:34 +08:00
announce support pg
This commit is contained in:
@@ -92,4 +92,9 @@ class DBMysqli implements DBInterface
|
||||
return $mysqliResult->free_result();
|
||||
}
|
||||
|
||||
public function prepare(string $sql): \PDOStatement
|
||||
{
|
||||
throw new \RuntimeException("mysqli not supported");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user