Tag Archives: mysql
Simple connection pool for MySQL implemented in Ruby
I needed a simple mysql connection pool in Ruby supporting get/release connection from/to pool and delete a connection pool on the end. That is the code, together with unit tests – samples of the usage, and test runner #!/usr/bin/env ruby … Continue reading
Filed under technology