0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 12:29:41 +08:00
sqlpp11/connector_api
MeanSquaredError dff8c23b22
Connection pools (#499)
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.
2023-07-17 06:14:23 +02:00
..
bind_result.h Reformatted using clang-format 2015-09-13 21:33:19 +02:00
connection_pool.h Connection pools (#499) 2023-07-17 06:14:23 +02:00
connection.h Connection pools (#499) 2023-07-17 06:14:23 +02:00
interpreter.h Reformatted using clang-format 2015-09-13 21:33:19 +02:00
prepared_statement.h Reformatted using clang-format 2015-09-13 21:33:19 +02:00