Yes, this looks much like what I want from the outside/usage.
But the implementation of it is actually again the error-prone and slow way to generate a SQL-statement from that, then send that to MySQL and MySQL parses it back to get the original structure.
I actually want to complete avoid that step to generate an SQL statement.
But the implementation of it is actually again the error-prone and slow way to generate a SQL-statement from that, then send that to MySQL and MySQL parses it back to get the original structure.
I actually want to complete avoid that step to generate an SQL statement.