mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-15 20:31:16 +08:00
Add a few words about Thread Safety.
This commit is contained in:
parent
027223c515
commit
7d74b1d1a6
@ -21,5 +21,6 @@ The following pages will tell you how to use it:
|
|||||||
* [Functions](Functions.md)
|
* [Functions](Functions.md)
|
||||||
* [Prepared Statements](Prepared-Statements.md)
|
* [Prepared Statements](Prepared-Statements.md)
|
||||||
* [Transactions](Transactions.md)
|
* [Transactions](Transactions.md)
|
||||||
|
* [Thread Safety](Threads.md)
|
||||||
* [NULL](NULL.md)
|
* [NULL](NULL.md)
|
||||||
* [New Features](New-Features.md)
|
* [New Features](New-Features.md)
|
||||||
|
10
docs/Threads.md
Normal file
10
docs/Threads.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# 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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user