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

14 Commits

Author SHA1 Message Date
MeanSquaredError
7f04435576
Connection pools documentation and example (#533)
* Add an example of using a connection pool.

* Add documentation about the connection pools. Expand the documentation about multi-threading issues.
2023-10-03 09:45:21 +02:00
Orange Cheers
b548cdc72d
Fix typo. (#505) 2023-07-25 06:51:33 +02:00
Roland Bock
052c8a9e3c
Fix typo. 2022-03-13 11:22:10 +01:00
linrongbin16
23ae65dd67
add Dynamic-Insert.md (#413)
Add Dynamic-Insert.md
2022-01-11 07:31:24 +01:00
Roland Bock
7d74b1d1a6 Add a few words about Thread Safety. 2022-01-08 18:52:34 +01:00
Roland Bock
027223c515 Add basic documentation for transactions 2022-01-08 18:03:22 +01:00
linrongbin16
eb48909721 add example code for count(1) in Functions.md (#412)
* add doc for `count(1)`
2022-01-08 16:13:36 +01:00
Roland Bock
9b8463b1f6
Update Home.md 2021-12-31 17:12:14 +01:00
Roland Bock
db969e9886
Update Database.md 2021-12-31 17:11:18 +01:00
Roland Bock
b1b28715fe
Update Tables.md
Remove some fluff about code structure of tables.
2021-12-31 17:09:28 +01:00
Roland Bock
a9cd886139
Update Database.md
Replace outdated doc, partially addressing #404.
2021-12-31 16:54:38 +01:00
Roland Bock
34a8f34821 Remove multi_column.
While a nice feature in theory, this was extremely rarely used
and added quite a bit of complexity to the code.
2021-07-30 21:05:36 +02:00
Roland Bock
4178942015 Document multi_insert for time_point columns (#367) 2021-06-13 07:55:22 +02:00
Farook Al-Sammarraie
993ddcc049
Created docs directory (#364)
Copied wiki into docs directory
This allows developers to open pull requests to edit documentation and also use mkdocs to create a styled HTML version

* changed wiki links to relative links

* removed Planned-Features.md

* removed reference to planned features in Home.md
2021-05-09 09:01:22 +02:00