 
            
            
            
            
                4 Mar
                
                    2020
                
            
            
                4 Mar
                
                '20
                
            
            
            
        
    
                2:26 p.m.
            
        On Wed, Mar 4, 2020 at 5:18 AM Ruben Perez via Boost <boost@lists.boost.org> wrote:
Just to clarify, this is *not* a wrapper around the MySQL C API, it is an implementation of the MySQL protocol based in ASIO.
I took a quick look, and yes there's quite a bit of work here. It uses the Asio asynchronous model idioms correctly. Regards