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
@@ -65,3 +65,8 @@ function mysql_free_result($result)
{
return NexusDB::getInstance()->freeResult($result);
}
function mysql_prepare(string $sql): \PDOStatement
{
return NexusDB::getInstance()->prepare($sql);
}