mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-16 04:47:18 +08:00
11 lines
291 B
Markdown
11 lines
291 B
Markdown
|
# 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.
|
||
|
|
||
|
|