0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-16 04:47:18 +08:00
sqlpp11/docs/Threads.md

11 lines
291 B
Markdown
Raw Normal View History

2022-01-09 01:51:24 +08:00
# 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.