Reply to thread

Why not? It's an interface to access MySQL. The concept is the same as PHP's mysql extension or PDO.


It uses MySQL's binary protocol, which handles types differently from the string protocol, and this is an important distinction.


Back
Top Bottom