For information about the previous 0.9.x releases, visit the v0.9 branch. Sometimes I may also ask you to install the latest version from Github to check if a bugfix is working. In this case, please ...
Why Use a Connection Pool? Database connection pooling is critical for your web applications. Without a pool, every database query spins up a new connection, which can quickly exhaust your resources!