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
@@ -125,4 +125,9 @@ class DBPdo implements DBInterface
return $stmt->closeCursor();
}
public function prepare(string $sql): \PDOStatement
{
return $this->lastStmt = $this->pdo->prepare($sql);
}
}