Closed tonyyang-svail closed 5 years ago
On the server side, a SQL query usually returns a set of rows.
On the client side, we usually print query result row by row.
So it is more natural to transmit data in row-based.
Fixed by #16
On the server side, a SQL query usually returns a set of rows.
On the client side, we usually print query result row by row.
So it is more natural to transmit data in row-based.