forrest79 / phpgsql

Simple and fast PHP database library for PostgreSQL with auto converting DB types to PHP and fluent interface for SQL query writing.
Other
11 stars 3 forks source link

Prepare statement object like PDO #9

Closed forrest79 closed 4 years ago

forrest79 commented 4 years ago

Prepare statement object, that will carry same SQL a can by call multiple times with different parameters:

Use functions:

https://www.php.net/manual/en/function.pg-prepare.php
https://www.php.net/manual/en/function.pg-execute.php

https://www.php.net/manual/en/function.pg-send-prepare.php
https://www.php.net/manual/en/function.pg-send-execute.php