I still don't really understand why there is not a programmatic interface to relational database servers. Rather than sending text, you send data in a defined format. There is a lot of time taken up converting data into text to send to a server, only to have the server parse the text back into data. (And yes, prepared statements help but you still need an SQL statement with placeholders.)
#PHP #MySQL #MariaDB #OhNoNotThisAgain