0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-16 04:47:18 +08:00
sqlpp11/include/sqlpp11/mysql
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 Fix include for iso646 missing for MSVC 2022-12-10 09:37:56 +01:00
char_result_row.h Moved mysql/mariadb connector over here. 2021-08-01 21:49:16 +02:00
char_result.h Fixed global variable 2021-10-11 10:03:58 +02:00
connection_config.h Connection pools (#499) 2023-07-17 06:14:23 +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
mysql.h Connection pools (#499) 2023-07-17 06:14:23 +02:00
prepared_statement.h Connection pools (#499) 2023-07-17 06:14:23 +02:00
remove.h Make mysql connector header-only 2021-08-15 16:51:27 +02:00
serializer.h Moved mysql/mariadb connector over here. 2021-08-01 21:49:16 +02:00
sqlpp_mysql.h Make mysql connector header-only 2021-08-15 16:51:27 +02:00
update.h Make mysql connector header-only 2021-08-15 16:51:27 +02:00