mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-05-07 03:39:54 -05:00
dff8c23b22
Add support for connection pooling * Add support for connection pooling to the core code. * Add support for PostgreSQL connection pooling with tests. * Add support for SQLite3 connection pooling with tests. * Add support for MySQL connection pooling with tests.