I do not understand why there is replace method in the Medoo class.
replace
What is difference between this and a update call?
update
The UPDATE statement is used to update existing records in a table. And REPLACE method in the Medoo : The replacement value that replaces found search values in a record.
The UPDATE statement is used to update existing records in a table. And REPLACE method in the Medoo : The replacement value that replaces found search values in a record.