I am using PostgreSQL with PHP, and i want to use Upsert with Medoo,
Right now i am using query() function like this:
$data = $database->query("MY UPSERT QUERY")->fetchAll();
I want to create a function in Medoo for Upsert, Any idea for it?
I am using PostgreSQL with PHP, and i want to use Upsert with Medoo,
Right now i am using query() function like this:
$data = $database->query("MY UPSERT QUERY")->fetchAll();
I want to create a function in Medoo for Upsert, Any idea for it?