Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 291 Bytes

Threads.md

File metadata and controls

10 lines (6 loc) · 291 Bytes

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.