mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-05-15 12:37:34 +08:00
announce support pg
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user