0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00
sqlpp11/docs/Threads.md
2022-01-08 18:52:34 +01:00

291 B

Thread Safety

sqlpp11 aspires to have no influence on thread safety itself, but offers no particular guarantees (PRs welcome).

The recommendation therefore is to not share connections between threads and to read about thread safety of the underlying database for more information.