Module mysql::conn::pool [] [src]

Structs

MyPool

MyPool serves to provide you with a MyPooledConn's. However you can prepare statements directly on MyPool without invoking MyPool::get_conn.

MyPooledConn

Pooled mysql connection which will return to the pool on drop.